mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
update some domains (#6080)
* update some domains * remove trailing slashes * revert domains * revert domains * update xxmanhwa and truyenvn domains * revert inarimanga domain it worked yesterday but now this new domain is not working anymore
This commit is contained in:
parent
0a6a5da88a
commit
9eca1d4125
@ -2,8 +2,8 @@ ext {
|
||||
extName = 'Opiatoon'
|
||||
extClass = '.Opiatoon'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://opiatoon.biz'
|
||||
overrideVersionCode = 0
|
||||
baseUrl = 'https://opiatoon.pro'
|
||||
overrideVersionCode = 1
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -10,7 +10,7 @@ import java.util.Locale
|
||||
|
||||
class Opiatoon : Madara(
|
||||
"Opiatoon",
|
||||
"https://opiatoon.biz",
|
||||
"https://opiatoon.pro",
|
||||
"tr",
|
||||
dateFormat = SimpleDateFormat("d MMMM", Locale("tr")),
|
||||
) {
|
||||
|
@ -2,8 +2,8 @@ ext {
|
||||
extName = 'Top Truyen'
|
||||
extClass = '.TopTruyen'
|
||||
themePkg = 'wpcomics'
|
||||
baseUrl = 'https://www.toptruyenww.pro'
|
||||
overrideVersionCode = 1
|
||||
baseUrl = 'https://www.toptruyento.pro'
|
||||
overrideVersionCode = 2
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -15,7 +15,7 @@ import java.util.Locale
|
||||
|
||||
class TopTruyen : WPComics(
|
||||
"Top Truyen",
|
||||
"https://www.toptruyenww.pro",
|
||||
"https://www.toptruyento.pro",
|
||||
"vi",
|
||||
dateFormat = SimpleDateFormat("dd-MM-yyyy", Locale.getDefault()),
|
||||
gmtOffset = null,
|
||||
|
@ -2,8 +2,8 @@ ext {
|
||||
extName = 'TruyenVN'
|
||||
extClass = '.TruyenVN'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://truyenvn.wiki'
|
||||
overrideVersionCode = 6
|
||||
baseUrl = 'https://truyenvn.vin'
|
||||
overrideVersionCode = 7
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -6,7 +6,7 @@ import java.util.Locale
|
||||
|
||||
class TruyenVN : Madara(
|
||||
"TruyenVN",
|
||||
"https://truyenvn.wiki",
|
||||
"https://truyenvn.vin",
|
||||
"vi",
|
||||
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
|
||||
) {
|
||||
|
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'XXManhwa'
|
||||
extClass = '.XxManhwa'
|
||||
extVersionCode = 4
|
||||
extVersionCode = 5
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -31,7 +31,7 @@ class XxManhwa : ParsedHttpSource(), ConfigurableSource {
|
||||
|
||||
override val lang = "vi"
|
||||
|
||||
override val baseUrl = "https://s1.xxmanhwa1.top"
|
||||
override val baseUrl = "https://google.xxmanhwa2.top"
|
||||
|
||||
override val supportsLatest = false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user