[mangahere] fix parsing
This commit is contained in:
parent
7af8ae509c
commit
0736fe29e2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user