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'
extClass = '.Opiatoon'
themePkg = 'madara'
baseUrl = 'https://opiatoon.biz'
overrideVersionCode = 0
baseUrl = 'https://opiatoon.pro'
overrideVersionCode = 1
isNsfw = true
}

View File

@ -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")),
) {

View File

@ -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
}

View File

@ -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,

View File

@ -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
}

View File

@ -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),
) {

View File

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

View File

@ -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