mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-25 11:42:47 +01:00
Meitua.top: update domain (#3574)
This commit is contained in:
parent
3ee81f6a3c
commit
ed44feb694
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'Meitua.top'
|
||||
extClass = '.MeituaTop'
|
||||
extVersionCode = 5
|
||||
extVersionCode = 6
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -23,7 +23,7 @@ class MeituaTop : HttpSource() {
|
||||
override val lang = "all"
|
||||
override val supportsLatest = false
|
||||
|
||||
override val baseUrl = "https://meitu1.xyz"
|
||||
override val baseUrl = "https://mt1.meitu1.sbs"
|
||||
|
||||
override fun popularMangaRequest(page: Int) = GET("$baseUrl/arttype/0b-$page.html", headers)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user