浏览代码

[audiomack] Modernize test definition

Jaime Marquínez Ferrándiz 10 年之前
父节点
当前提交
abe70fa044
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      youtube_dl/extractor/audiomack.py

+ 2 - 1
youtube_dl/extractor/audiomack.py

@@ -26,9 +26,10 @@ class AudiomackIE(InfoExtractor):
         {
         {
             'add_ie': ['Soundcloud'],
             'add_ie': ['Soundcloud'],
             'url': 'http://www.audiomack.com/song/xclusiveszone/take-kare',
             'url': 'http://www.audiomack.com/song/xclusiveszone/take-kare',
-            'file': '172419696.mp3',
             'info_dict':
             'info_dict':
             {
             {
+                'id': '172419696',
+                'ext': 'mp3',
                 'description': 'md5:1fc3272ed7a635cce5be1568c2822997',
                 'description': 'md5:1fc3272ed7a635cce5be1568c2822997',
                 'title': 'Young Thug ft Lil Wayne - Take Kare',
                 'title': 'Young Thug ft Lil Wayne - Take Kare',
                 'uploader':'Young Thug World',
                 'uploader':'Young Thug World',