Update MangaGezgini & Meitu domains (#7028)

This commit is contained in:
Dr1ks 2025-01-07 10:36:04 -08:00 committed by Draff
parent 5a4c6a39bb
commit 7f168d0cd1
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
4 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'Meitua.top'
extClass = '.MeituaTop'
extVersionCode = 8
extVersionCode = 9
isNsfw = true
}

View File

@ -23,7 +23,7 @@ class MeituaTop : HttpSource() {
override val lang = "all"
override val supportsLatest = false
override val baseUrl = "https://88188.meitu.lol"
override val baseUrl = "https://7a.meitu1.mom"
override fun popularMangaRequest(page: Int) = GET("$baseUrl/arttype/0b-$page.html", headers)

View File

@ -2,8 +2,8 @@ ext {
extName = 'MangaGezgini'
extClass = '.MangaGezgini'
themePkg = 'madara'
baseUrl = 'https://mangagezgini.me'
overrideVersionCode = 4
baseUrl = 'https://mangagezgini.vip'
overrideVersionCode = 5
isNsfw = false
}

View File

@ -11,7 +11,7 @@ import java.util.Locale
class MangaGezgini : Madara(
"MangaGezgini",
"https://mangagezgini.me",
"https://mangagezgini.vip",
"tr",
SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
) {