[mangakakalot] ignore "Go Home" buttons in chapter pages

This commit is contained in:
Mike Fährmann
2020-10-23 02:28:35 +02:00
parent c14c5d82d6
commit 8e3a324c91

View File

@@ -78,7 +78,7 @@ class MangakakalotChapterExtractor(MangakakalotBase, ChapterExtractor):
}
def images(self, page):
page = text.extract(page, 'id="vungdoc"', '\n</div>')[0]
page = text.extract(page, 'id="vungdoc"', '\n<div')[0]
return [
(url, None)
for url in text.extract_iter(page, '<img src="', '"')