update scan-manga popular request url (#13223)
This commit is contained in:
parent
f9be7e397c
commit
69feb45af3
|
@ -6,7 +6,7 @@ ext {
|
|||
extName = 'Scan-Manga'
|
||||
pkgNameSuffix = 'fr.scanmanga'
|
||||
extClass = '.ScanManga'
|
||||
extVersionCode = 6
|
||||
extVersionCode = 7
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ class ScanManga : ParsedHttpSource() {
|
|||
|
||||
// Popular
|
||||
override fun popularMangaRequest(page: Int): Request {
|
||||
return GET("$baseUrl/Tout-le-TOP.html", headers)
|
||||
return GET("$baseUrl/TOP-Manga-Webtoon-22.html", headers)
|
||||
}
|
||||
|
||||
override fun popularMangaSelector() = "div.image_manga a[href]"
|
||||
|
|
Loading…
Reference in New Issue