1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2025-01-31 11:41:35 +01:00

[keenspot] fix extraction for "TwoKinds"

This commit is contained in:
Mike Fährmann 2019-06-17 19:33:16 +02:00
parent 03e6876fbe
commit a77340c647
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88
2 changed files with 2 additions and 4 deletions

View File

@ -119,7 +119,7 @@ class KeenspotComicExtractor(Extractor):
pos = page.find('>First Comic<') # twokinds
if pos >= 0:
self._image = '<article class="comic">'
self._image = '</header>'
self._needle = 'class="navarchive"'
return text.rextract(page, 'href="', '"', pos)[0]

View File

@ -27,9 +27,7 @@ TRAVIS_SKIP = {
# temporary issues, etc.
BROKEN = {
"mangapark",
"mangoxo",
"ngomik",
"photobucket",
"pixnet",
}