xCaliBRScans: fix pages issue (#6725)

This commit is contained in:
Riztard Lanthorn 2021-04-27 18:15:07 +07:00 committed by GitHub
parent 179a97aa2a
commit 421b1ac81c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

View File

@ -16,9 +16,4 @@ class xCaliBRScans : WPMangaStream("xCaliBR Scans", "https://xcalibrscans.com",
.addNetworkInterceptor(rateLimitInterceptor)
.build()
override fun pageListParse(document: Document): List<Page> {
return document.select(pageSelector)
.mapIndexed { i, img -> Page(i, "", img.attr("data-src")) }
}
}

View File

@ -44,7 +44,7 @@ class WPMangaStreamGenerator : ThemeSourceGenerator {
SingleLang("Silence Scan", "https://silencescan.net", "pt-BR"),
SingleLang("Kuma Scans (Kuma Translation)", "https://kumascans.com", "en", className = "KumaScans"),
SingleLang("Tempest Manga", "https://manga.tempestfansub.com", "tr"),
SingleLang("xCaliBR Scans", "https://xcalibrscans.com", "en", overrideVersionCode = 1),
SingleLang("xCaliBR Scans", "https://xcalibrscans.com", "en", overrideVersionCode = 2),
SingleLang("NoxSubs", "https://noxsubs.com", "tr"),
SingleLang("World Romance Translation", "https://wrt.my.id/", "id", overrideVersionCode = 1),
SingleLang("The Apollo Team", "https://theapollo.team", "en"),