From 38d4f43cc0e5c0232b235a86d5a538020540dcdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Tue, 14 Aug 2018 11:17:59 +0200 Subject: [PATCH] [komikcast] skip ads --- gallery_dl/extractor/komikcast.py | 2 +- gallery_dl/extractor/luscious.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gallery_dl/extractor/komikcast.py b/gallery_dl/extractor/komikcast.py index bee4ee4b..7e279186 100644 --- a/gallery_dl/extractor/komikcast.py +++ b/gallery_dl/extractor/komikcast.py @@ -82,7 +82,7 @@ class KomikcastChapterExtractor(KomikcastBase, ChapterExtractor): r"]*? src=[\"']([^\"']+)[\"']" r"(?:\s+data-original-width=[\"']([^\"']+)[\"'])?" r"(?:\s+data-original-height=[\"']([^\"']+)[\"'])?", - readerarea + readerarea[readerarea.rfind("") + 1:] ) ] diff --git a/gallery_dl/extractor/luscious.py b/gallery_dl/extractor/luscious.py index 3c5ec2b7..93eda0a6 100644 --- a/gallery_dl/extractor/luscious.py +++ b/gallery_dl/extractor/luscious.py @@ -30,7 +30,7 @@ class LusciousAlbumExtractor(AsynchronousExtractor): }), ("https://luscious.net/albums/virgin-killer-sweater_282582/", { "url": "21cc68a7548f4d71dfd67d8caf96349dde7e791c", - "keyword": "2aeb3b5e439c2fbc27c65d0dc17edb9a0f679add", + "keyword": "cb67fe7be9d02ef0df2204a621651e8a900887cf", }), ("https://luscious.net/albums/okinami-no-koigokoro_277031/", None), ("https://www.luscious.net/albums/okinami_277031/", None),