mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 02:12:42 +01:00
MangaGeko: update domain (#3576)
This commit is contained in:
parent
91cf1d7466
commit
fdad28663e
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'MangaGeko'
|
||||
extClass = '.MangaRawClub'
|
||||
extVersionCode = 23
|
||||
extVersionCode = 24
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user