Fixed VMP thumbnails and chapters not loading (#6426)
This commit is contained in:
parent
66c0ee00b8
commit
e922cc6dba
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'VCPVMP'
|
||||
pkgNameSuffix = "es.vcpvmp"
|
||||
extClass = '.VCPVMPFactory'
|
||||
extVersionCode = 3
|
||||
extVersionCode = 4
|
||||
libVersion = '1.2'
|
||||
containsNsfw = true
|
||||
}
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue