update keyword hashes for tests

This commit is contained in:
Mike Fährmann
2016-09-25 17:28:46 +02:00
parent 19c2d4ff6f
commit 56d810c896
41 changed files with 53 additions and 53 deletions

View File

@@ -23,7 +23,7 @@ class HentaifoundryUserExtractor(Extractor):
]
test = [("http://www.hentai-foundry.com/pictures/user/Orzy", {
"url": "236ac02c8f081fee44ad2c2571bf74615633b91e",
"keyword": "f5f1aa78ecbe390fb117a0b599f771cd47df86c6",
"keyword": "9f334f635b71c915b026cf20a65eee065237d452",
})]
url_base = "http://www.hentai-foundry.com/pictures/user/"
@@ -114,7 +114,7 @@ class HentaifoundryImageExtractor(Extractor):
r"([^/]+)/(\d+)/[^/]+")]
test = [("http://www.hentai-foundry.com/pictures/user/Orzy/76940/Youmu-Konpaku", {
"url": "50c267b2b2983b98b18fd0d2acbec8ce5ba64c77",
"keyword": "8c9b7054b78fb4f52982c3f21f3ba2a9fcdd5428",
"keyword": "6cee38ac0817783feb6db9944da997bec13d0e19",
})]
def __init__(self, match):