[sankaku] add 'tags' option (#94)

This commit is contained in:
Mike Fährmann
2018-07-13 16:20:14 +02:00
parent 173add6935
commit 269dc2bbd5
4 changed files with 36 additions and 17 deletions

View File

@@ -48,5 +48,12 @@ class IdolcomplexPostExtractor(IdolcomplexExtractor,
pattern = [r"(?:https?://)?idol\.sankakucomplex\.com/post/show/(\d+)"]
test = [("https://idol.sankakucomplex.com/post/show/694215", {
"content": "694ec2491240787d75bf5d0c75d0082b53a85afd",
"count": 1,
"options": (("tags", True),),
"keyword": {
"tags_character": "shani_(the_witcher)",
"tags_copyright": "the_witcher",
"tags_idol": "lyumos",
"tags_medium": "3:2_aspect_ratio cosplay",
"tags_general": str,
},
})]