[ngomik] fix extraction

This commit is contained in:
Mike Fährmann
2018-09-09 13:43:30 +02:00
parent a666ddd16b
commit 542a25c389
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ class NgomikChapterExtractor(ChapterExtractor):
@staticmethod
def get_images(page):
readerarea = text.extract(
page, '<div class="page-break">', '<div class="select-view">')[0]
page, '<div class="page-break', '<div class="select-view')[0]
return [
(url, None)
for url in text.extract_iter(