Fixed VMP thumbnails and chapters not loading (#6426)

This commit is contained in:
Luis Andrés Bajaña F 2021-04-05 11:25:56 -05:00 committed by GitHub
parent 66c0ee00b8
commit e922cc6dba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'VCPVMP'
pkgNameSuffix = "es.vcpvmp"
extClass = '.VCPVMPFactory'
extVersionCode = 3
extVersionCode = 4
libVersion = '1.2'
containsNsfw = true
}

View File

@ -16,7 +16,7 @@ class VCPVMPFactory : SourceFactory {
class VCP : VCPVMP("VCP", "https://vercomicsporno.com")
class VMP : VCPVMP("VMP", "https://vermangasporno.com") {
override val pageListSelector = "div.comicimg img:last-child:not([alt^=banner])"
override val pageListSelector = "div.comicimg img[src^=$baseUrl]"
// Array.from(document.querySelectorAll('div.tagcloud a.tag-cloud-link'))
// .map(a => `Pair("${a.innerText}", "${a.href.replace('https://vermangasporno.com/genero/', '')}")`).join(',\n')