URL update, the original URL was abandoned, resulting in mainland China users unable to link. (#4908)
URL update, the original URL was abandoned, resulting in mainland China users unable to link.
This commit is contained in:
parent
1abfadeab5
commit
be5c6bfd71
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'Jinmantiantang'
|
||||
pkgNameSuffix = 'zh.jinmantiantang'
|
||||
extClass = '.Jinmantiantang'
|
||||
extVersionCode = 5
|
||||
extVersionCode = 6
|
||||
libVersion = '1.2'
|
||||
containsNsfw = true
|
||||
}
|
||||
|
|
|
@ -30,7 +30,7 @@ import java.util.Locale
|
|||
@Nsfw
|
||||
class Jinmantiantang : ParsedHttpSource() {
|
||||
|
||||
override val baseUrl: String = "https://18comic2.biz"
|
||||
override val baseUrl: String = "https://18comic5.biz"
|
||||
override val lang: String = "zh"
|
||||
override val name: String = "禁漫天堂"
|
||||
override val supportsLatest: Boolean = true
|
||||
|
|
Loading…
Reference in New Issue