MangaGeko: update domain (#3576)

This commit is contained in:
Vetle Ledaal 2024-06-16 08:02:16 +02:00 committed by GitHub
parent 91cf1d7466
commit fdad28663e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'MangaGeko'
extClass = '.MangaRawClub'
extVersionCode = 23
extVersionCode = 24
isNsfw = true
}

View File

@ -21,7 +21,7 @@ class MangaRawClub : ParsedHttpSource() {
override val id = 734865402529567092
override val name = "MangaGeko"
override val baseUrl = "https://www.mgeko.com"
override val baseUrl = "https://www.mgeko.cc"
override val lang = "en"
override val supportsLatest = true
override val client: OkHttpClient = network.cloudflareClient.newBuilder()