[mangahere] fix parsing

This commit is contained in:
Mike Fährmann 2016-04-20 08:33:06 +02:00
parent 7af8ae509c
commit 0736fe29e2
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -95,6 +95,7 @@ class MangaHereChapterExtractor(AsynchronousExtractor):
url, pos = text.extract(page, '<img src="', '"')
yield url
_ , pos = text.extract(page, '<img src="', '"', pos)
_ , pos = text.extract(page, '<img src="', '"', pos)
url, pos = text.extract(page, '<img src="', '"', pos)
yield url
pnum += 2