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:
Bui Dai 2024-11-18 20:47:16 +07:00 committed by GitHub
parent 0a6a5da88a
commit 9eca1d4125
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 11 additions and 11 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Opiatoon' extName = 'Opiatoon'
extClass = '.Opiatoon' extClass = '.Opiatoon'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://opiatoon.biz' baseUrl = 'https://opiatoon.pro'
overrideVersionCode = 0 overrideVersionCode = 1
isNsfw = true isNsfw = true
} }

View File

@ -10,7 +10,7 @@ import java.util.Locale
class Opiatoon : Madara( class Opiatoon : Madara(
"Opiatoon", "Opiatoon",
"https://opiatoon.biz", "https://opiatoon.pro",
"tr", "tr",
dateFormat = SimpleDateFormat("d MMMM", Locale("tr")), dateFormat = SimpleDateFormat("d MMMM", Locale("tr")),
) { ) {

View File

@ -2,8 +2,8 @@ ext {
extName = 'Top Truyen' extName = 'Top Truyen'
extClass = '.TopTruyen' extClass = '.TopTruyen'
themePkg = 'wpcomics' themePkg = 'wpcomics'
baseUrl = 'https://www.toptruyenww.pro' baseUrl = 'https://www.toptruyento.pro'
overrideVersionCode = 1 overrideVersionCode = 2
isNsfw = true isNsfw = true
} }

View File

@ -15,7 +15,7 @@ import java.util.Locale
class TopTruyen : WPComics( class TopTruyen : WPComics(
"Top Truyen", "Top Truyen",
"https://www.toptruyenww.pro", "https://www.toptruyento.pro",
"vi", "vi",
dateFormat = SimpleDateFormat("dd-MM-yyyy", Locale.getDefault()), dateFormat = SimpleDateFormat("dd-MM-yyyy", Locale.getDefault()),
gmtOffset = null, gmtOffset = null,

View File

@ -2,8 +2,8 @@ ext {
extName = 'TruyenVN' extName = 'TruyenVN'
extClass = '.TruyenVN' extClass = '.TruyenVN'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://truyenvn.wiki' baseUrl = 'https://truyenvn.vin'
overrideVersionCode = 6 overrideVersionCode = 7
isNsfw = true isNsfw = true
} }

View File

@ -6,7 +6,7 @@ import java.util.Locale
class TruyenVN : Madara( class TruyenVN : Madara(
"TruyenVN", "TruyenVN",
"https://truyenvn.wiki", "https://truyenvn.vin",
"vi", "vi",
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT), dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
) { ) {

View File

@ -1,7 +1,7 @@
ext { ext {
extName = 'XXManhwa' extName = 'XXManhwa'
extClass = '.XxManhwa' extClass = '.XxManhwa'
extVersionCode = 4 extVersionCode = 5
isNsfw = true isNsfw = true
} }

View File

@ -31,7 +31,7 @@ class XxManhwa : ParsedHttpSource(), ConfigurableSource {
override val lang = "vi" override val lang = "vi"
override val baseUrl = "https://s1.xxmanhwa1.top" override val baseUrl = "https://google.xxmanhwa2.top"
override val supportsLatest = false override val supportsLatest = false