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

@@ -20,7 +20,7 @@ class ImgthGalleryExtractor(Extractor):
pattern = [r"(?:https?://)?imgth\.com/gallery/(\d+)"]
test = [("http://imgth.com/gallery/37/wallpaper-anime", {
"url": "4ae1d281ca2b48952cf5cca57e9914402ad72748",
"keyword": "1b15726d53bc2c08d845fa60ce538396380688df",
"keyword": "3f268fcc18d49ac3799a8f25cc08053e90891955",
})]
def __init__(self, match):