diff options
Diffstat (limited to 'youtube_dl/extractor/audiomack.py')
| -rw-r--r-- | youtube_dl/extractor/audiomack.py | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/youtube_dl/extractor/audiomack.py b/youtube_dl/extractor/audiomack.py index 9ce4982d9..622b20989 100644 --- a/youtube_dl/extractor/audiomack.py +++ b/youtube_dl/extractor/audiomack.py @@ -26,14 +26,13 @@ class AudiomackIE(InfoExtractor):          {              'add_ie': ['Soundcloud'],              'url': 'http://www.audiomack.com/song/xclusiveszone/take-kare', -            'info_dict': -            { +            'info_dict': {                  'id': '172419696',                  'ext': 'mp3',                  'description': 'md5:1fc3272ed7a635cce5be1568c2822997',                  'title': 'Young Thug ft Lil Wayne - Take Kare', -                'uploader':'Young Thug World', -                'upload_date':'20141016', +                'uploader': 'Young Thug World', +                'upload_date': '20141016',              }          },      ] | 
