[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
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",
}