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:
parent
03e6876fbe
commit
a77340c647
@ -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…
x
Reference in New Issue
Block a user