update scan-manga popular request url (#13223)

This commit is contained in:
Mubashir Haroon 2022-08-28 00:37:47 +05:00 committed by GitHub
parent f9be7e397c
commit 69feb45af3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ ext {
extName = 'Scan-Manga'
pkgNameSuffix = 'fr.scanmanga'
extClass = '.ScanManga'
extVersionCode = 6
extVersionCode = 7
isNsfw = true
}

View File

@ -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]"