From 5507f5ce2e78019e04cfa98e3fe0a6ced9e09eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sat, 29 Sep 2018 16:37:30 +0200 Subject: [PATCH] [komikcast] fix extraction --- gallery_dl/extractor/komikcast.py | 16 +++++++++------- test/test_results.py | 1 - 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/gallery_dl/extractor/komikcast.py b/gallery_dl/extractor/komikcast.py index c0885246..031f477d 100644 --- a/gallery_dl/extractor/komikcast.py +++ b/gallery_dl/extractor/komikcast.py @@ -66,13 +66,13 @@ class KomikcastChapterExtractor(KomikcastBase, ChapterExtractor): ChapterExtractor.__init__(self, self.root + match.group(1)) def get_metadata(self, page): - info = text.extract(page, '', "")[0] + info = text.extract(page, '', " - Komikcast")[0] return self.parse_chapter_string(info) @staticmethod def get_images(page): readerarea = text.extract( - page, '
', '