From: Jaime Marquínez Ferrándiz Date: Sun, 10 Aug 2014 08:56:37 +0000 (+0200) Subject: [reverbnation] Modernize test X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=85a699246aa7554e2a88d5a93793dccb9a0b8d6d;hp=4dc5286e1341adcd8c6b9876b06f8efbe6b9d89e;p=youtube-dl [reverbnation] Modernize test --- diff --git a/youtube_dl/extractor/reverbnation.py b/youtube_dl/extractor/reverbnation.py index 6435beb5c..c77849336 100644 --- a/youtube_dl/extractor/reverbnation.py +++ b/youtube_dl/extractor/reverbnation.py @@ -11,9 +11,10 @@ class ReverbNationIE(InfoExtractor): _VALID_URL = r'^https?://(?:www\.)?reverbnation\.com/.*?/song/(?P\d+).*?$' _TESTS = [{ 'url': 'http://www.reverbnation.com/alkilados/song/16965047-mona-lisa', - 'file': '16965047.mp3', 'md5': '3da12ebca28c67c111a7f8b262d3f7a7', 'info_dict': { + "id": "16965047", + "ext": "mp3", "title": "MONA LISA", "uploader": "ALKILADOS", "uploader_id": 216429,