[tsumino] replace test

pull/170/head
Mike Fährmann 6 years ago
parent 1f3422c28b
commit ade86da7a1
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -49,15 +49,15 @@ class TsuminoGalleryExtractor(TsuminoBase, ChapterExtractor):
pattern = (r"(?i)(?:https?://)?(?:www\.)?tsumino\.com" pattern = (r"(?i)(?:https?://)?(?:www\.)?tsumino\.com"
r"/(?:Book/Info|Read/View)/(\d+)") r"/(?:Book/Info|Read/View)/(\d+)")
test = ( test = (
("https://www.tsumino.com/Book/Info/45834", { ("https://www.tsumino.com/Book/Info/40996", {
"url": "ed3e39bc21221fbd21b9a2ba711e8decb6fdc6bc", "url": "84bf30a86623039fc87855680fada884dc8a1ddd",
"keyword": { "keyword": {
"artist": "Itou Life", "artist": "Itou Life",
"characters": "Carmilla, Gudako, Gudao, Lancelot, Nightingale", "characters": "Carmilla, Gudako, Gudao, Lancelot, Nightingale",
"collection": "", "collection": "",
"count": 42, "count": 42,
"date": "2019 January 27", "date": "2018 June 29",
"gallery_id": 45834, "gallery_id": 40996,
"group": "Itou Life", "group": "Itou Life",
"lang": "en", "lang": "en",
"language": "English", "language": "English",
@ -65,11 +65,11 @@ class TsuminoGalleryExtractor(TsuminoBase, ChapterExtractor):
"parodies": "Fate/Grand Order", "parodies": "Fate/Grand Order",
"rating": float, "rating": float,
"tags": str, "tags": str,
"thumbnail": "http://www.tsumino.com/Image/Thumb/45834", "thumbnail": "http://www.tsumino.com/Image/Thumb/40996",
"title": r"re:\[Remove\] Shikoshiko Daisuki Nightingale", "title": r"re:Shikoshiko Daisuki Nightingale \+ Kaijou Gentei",
"title_jp": "シコシコ大好きナイチンゲール + 会場限定おまけ本", "title_jp": "シコシコ大好きナイチンゲール + 会場限定おまけ本",
"type": "Doujinshi", "type": "Doujinshi",
"uploader": "NHNL1" "uploader": "sehki"
}, },
}), }),
("https://www.tsumino.com/Read/View/45834"), ("https://www.tsumino.com/Read/View/45834"),

Loading…
Cancel
Save