Update base URL Meituatop, ComicExtra (#14443)

This commit is contained in:
dejavui 2022-12-04 22:30:02 +07:00 committed by GitHub
parent 83e7023d7f
commit 16419cc15f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Meitua.top' extName = 'Meitua.top'
pkgNameSuffix = 'all.meituatop' pkgNameSuffix = 'all.meituatop'
extClass = '.MeituaTop' extClass = '.MeituaTop'
extVersionCode = 2 extVersionCode = 3
isNsfw = true isNsfw = true
} }

View File

@ -23,9 +23,9 @@ class MeituaTop : HttpSource() {
override val lang = "all" override val lang = "all"
override val supportsLatest = false override val supportsLatest = false
override val baseUrl = "https://meitua.top" override val baseUrl = "https://meitu1.one"
override fun popularMangaRequest(page: Int) = GET("$baseUrl/arttype/0a-$page.html", headers) override fun popularMangaRequest(page: Int) = GET("$baseUrl/arttype/22b-$page.html", headers)
override fun popularMangaParse(response: Response): MangasPage { override fun popularMangaParse(response: Response): MangasPage {
val document = response.asJsoup() val document = response.asJsoup()

View File

@ -5,7 +5,7 @@ ext {
extName = 'ComicExtra' extName = 'ComicExtra'
pkgNameSuffix = 'en.comicextra' pkgNameSuffix = 'en.comicextra'
extClass = '.ComicExtra' extClass = '.ComicExtra'
extVersionCode = 11 extVersionCode = 12
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -22,7 +22,7 @@ class ComicExtra : ParsedHttpSource() {
override val name = "ComicExtra" override val name = "ComicExtra"
override val baseUrl = "https://www.comicextra.com" override val baseUrl = "https://ww1.comicextra.com"
override val lang = "en" override val lang = "en"