diff options
| author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-12-04 08:21:29 +0100 | 
|---|---|---|
| committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-12-04 08:21:29 +0100 | 
| commit | abe70fa04440398f2262d34d7229cbb40db3e70f (patch) | |
| tree | de4a7a7fda3a6956545f8f4006e59ea4dec3b47c | |
| parent | d4e06d4a83b223e82814cd160bdf62e3a82f33e4 (diff) | |
[audiomack] Modernize test definition
| -rw-r--r-- | youtube_dl/extractor/audiomack.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/audiomack.py b/youtube_dl/extractor/audiomack.py index 04386f7f7..9ce4982d9 100644 --- a/youtube_dl/extractor/audiomack.py +++ b/youtube_dl/extractor/audiomack.py @@ -26,9 +26,10 @@ class AudiomackIE(InfoExtractor):          {              'add_ie': ['Soundcloud'],              'url': 'http://www.audiomack.com/song/xclusiveszone/take-kare', -            'file': '172419696.mp3',              'info_dict':              { +                'id': '172419696', +                'ext': 'mp3',                  'description': 'md5:1fc3272ed7a635cce5be1568c2822997',                  'title': 'Young Thug ft Lil Wayne - Take Kare',                  'uploader':'Young Thug World', | 
