[keenspot] fix extraction for "TwoKinds"

pull/359/head
Mike Fährmann 5 years ago
parent 03e6876fbe
commit a77340c647
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -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]

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

Loading…
Cancel
Save