Update some domain (#9562)

* TruyenGG update domain

* Sayhentai update domain

* NettruyenCO update domain

* GocTruyenTranh update domain

* TopTruyen update domain
This commit is contained in:
are-are-are 2025-07-07 23:28:02 +07:00 committed by Draff
parent dd8c469abf
commit f6945c3b71
Signed by: Draff
GPG Key ID: E8A89F3211677653
10 changed files with 13 additions and 13 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'Goc Truyen Tranh'
extClass = '.GocTruyenTranh'
extVersionCode = 3
extVersionCode = 4
isNsfw = true
}

View File

@ -32,7 +32,7 @@ class GocTruyenTranh : ParsedHttpSource(), ConfigurableSource {
override val lang = "vi"
private val defaultBaseUrl = "https://goctruyentranh.net"
private val defaultBaseUrl = "https://goctruyentranh.org"
override val baseUrl by lazy { getPrefBaseUrl() }

View File

@ -2,8 +2,8 @@ ext {
extName = 'NetTruyenCO (unoriginal)'
extClass = '.NetTruyenCO'
themePkg = 'wpcomics'
baseUrl = 'https://nettruyener.com'
overrideVersionCode = 5
baseUrl = 'https://nettruyenrr.com'
overrideVersionCode = 6
isNsfw = false
}

View File

@ -17,7 +17,7 @@ import java.util.Locale
class NetTruyenCO : WPComics(
"NetTruyenCO (unoriginal)",
"https://nettruyener.com",
"https://nettruyenrr.com",
"vi",
dateFormat = SimpleDateFormat("yyyy-MM-dd HH:mm:ss", Locale.US),
gmtOffset = null,

View File

@ -2,8 +2,8 @@ ext {
extName = "SayHentai"
extClass = ".SayHentai"
themePkg = "manhwaz"
baseUrl = "https://sayhentaii.me"
overrideVersionCode = 12
baseUrl = "https://sayhentaii.art"
overrideVersionCode = 13
isNsfw = true
}

View File

@ -10,7 +10,7 @@ import keiyoushi.utils.getPreferences
class SayHentai :
ManhwaZ(
"SayHentai",
"https://sayhentaii.me",
"https://sayhentaii.art",
"vi",
mangaDetailsAuthorHeading = "Tác giả",
mangaDetailsStatusHeading = "Trạng thái",

View File

@ -2,8 +2,8 @@ ext {
extName = 'Top Truyen'
extClass = '.TopTruyen'
themePkg = 'wpcomics'
baseUrl = 'https://www.toptruyentv7.pro'
overrideVersionCode = 14
baseUrl = 'https://www.toptruyentv8.com'
overrideVersionCode = 15
isNsfw = true
}

View File

@ -23,7 +23,7 @@ import java.util.TimeZone
class TopTruyen :
WPComics(
"Top Truyen",
"https://www.toptruyentv7.pro",
"https://www.toptruyentv8.com",
"vi",
dateFormat = SimpleDateFormat("dd-MM-yyyy", Locale.ROOT).apply {
timeZone = TimeZone.getTimeZone("Asia/Ho_Chi_Minh")

View File

@ -1,7 +1,7 @@
ext {
extName = 'TruyenGG'
extClass = '.TruyenGG'
extVersionCode = 6
extVersionCode = 7
}
apply from: "$rootDir/common.gradle"

View File

@ -31,7 +31,7 @@ class TruyenGG : ParsedHttpSource(), ConfigurableSource {
override val lang = "vi"
private val defaultBaseUrl = "https://truyengg.net"
private val defaultBaseUrl = "https://foxtruyen.com"
override val supportsLatest = true