From d70db2d555d612a95a8650a784938896b66b3759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Tue, 2 Oct 2018 20:38:42 +0200 Subject: [PATCH] Revert "[komikcast] fix extraction" This reverts commit 5507f5ce2e78019e04cfa98e3fe0a6ced9e09eae. --- gallery_dl/extractor/komikcast.py | 16 +++++++--------- test/test_results.py | 1 + 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/gallery_dl/extractor/komikcast.py b/gallery_dl/extractor/komikcast.py index 031f477d..c0885246 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, '', " - Komikcast")[0] + info = text.extract(page, '', "")[0] return self.parse_chapter_string(info) @staticmethod def get_images(page): readerarea = text.extract( - page, '
', '')[0] + page, '