From ade86da7a19cae80b142d7bbd48edcb6b90166fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Mon, 11 Feb 2019 13:25:38 +0100 Subject: [PATCH] [tsumino] replace test --- gallery_dl/extractor/tsumino.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gallery_dl/extractor/tsumino.py b/gallery_dl/extractor/tsumino.py index 5c46d19d..6157577c 100644 --- a/gallery_dl/extractor/tsumino.py +++ b/gallery_dl/extractor/tsumino.py @@ -49,15 +49,15 @@ class TsuminoGalleryExtractor(TsuminoBase, ChapterExtractor): pattern = (r"(?i)(?:https?://)?(?:www\.)?tsumino\.com" r"/(?:Book/Info|Read/View)/(\d+)") test = ( - ("https://www.tsumino.com/Book/Info/45834", { - "url": "ed3e39bc21221fbd21b9a2ba711e8decb6fdc6bc", + ("https://www.tsumino.com/Book/Info/40996", { + "url": "84bf30a86623039fc87855680fada884dc8a1ddd", "keyword": { "artist": "Itou Life", "characters": "Carmilla, Gudako, Gudao, Lancelot, Nightingale", "collection": "", "count": 42, - "date": "2019 January 27", - "gallery_id": 45834, + "date": "2018 June 29", + "gallery_id": 40996, "group": "Itou Life", "lang": "en", "language": "English", @@ -65,11 +65,11 @@ class TsuminoGalleryExtractor(TsuminoBase, ChapterExtractor): "parodies": "Fate/Grand Order", "rating": float, "tags": str, - "thumbnail": "http://www.tsumino.com/Image/Thumb/45834", - "title": r"re:\[Remove\] Shikoshiko Daisuki Nightingale", + "thumbnail": "http://www.tsumino.com/Image/Thumb/40996", + "title": r"re:Shikoshiko Daisuki Nightingale \+ Kaijou Gentei", "title_jp": "シコシコ大好きナイチンゲール + 会場限定おまけ本", "type": "Doujinshi", - "uploader": "NHNL1" + "uploader": "sehki" }, }), ("https://www.tsumino.com/Read/View/45834"),