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 KhinsiderSoundtrackExtractor(AsynchronousExtractor):
pattern = [r"(?:https?://)?downloads\.khinsider\.com/game-soundtracks/album/(.+)"]
test = [("http://downloads.khinsider.com/game-soundtracks/album/horizon-riders-wii-", {
"url": "35ff4c8310884664408dc5560fda3b06157f7606",
"keyword": "dde50e1f5dbed5ee3f13df4e1bffc58bb9563f22",
"keyword": "d91cf3edee6713b536eaf3995743f0be7dc72f68",
})]
def __init__(self, match):