xCaliBRScans: fix pages issue (#6725)
This commit is contained in:
		
							parent
							
								
									179a97aa2a
								
							
						
					
					
						commit
						421b1ac81c
					
				@ -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")) }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -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"),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user