update extractor test results

This commit is contained in:
Mike Fährmann
2020-11-07 02:03:22 +01:00
parent 1b5b789401
commit b9bfa4c675
3 changed files with 8 additions and 8 deletions

View File

@@ -23,9 +23,10 @@ class KhinsiderSoundtrackExtractor(AsynchronousMixin, Extractor):
root = "https://downloads.khinsider.com"
test = (("https://downloads.khinsider.com"
"/game-soundtracks/album/horizon-riders-wii"), {
"pattern": r"https?://vgmdownloads.com/soundtracks/horizon-riders-wii/"
r"[^/]+/Horizon%20Riders%20Wii%20-%20Full%20Soundtrack.mp3",
"keyword": "5b2c35cce638c326cab2a4f7a79f245d008d62ff",
"pattern": r"https?://vgm(site|downloads).com"
r"/soundtracks/horizon-riders-wii/[^/]+"
r"/Horizon%20Riders%20Wii%20-%20Full%20Soundtrack.mp3",
"keyword": "12ca70e0709ea15250e577ea388cf2b5b0c65630",
})
def __init__(self, match):