[audiomack] Update test
authorTithen-Firion <Tithen-Firion@users.noreply.github.com>
Wed, 3 Dec 2014 13:53:12 +0000 (14:53 +0100)
committerTithen-Firion <Tithen-Firion@users.noreply.github.com>
Wed, 3 Dec 2014 23:42:01 +0000 (00:42 +0100)
youtube_dl/extractor/audiomack.py

index eeeec768fe302a508008e095f138690477594553..04386f7f780ca2c455088a3b224727d042cbd001 100644 (file)
@@ -24,17 +24,17 @@ class AudiomackIE(InfoExtractor):
         },
         # hosted on soundcloud via audiomack
         {
+            'add_ie': ['Soundcloud'],
             'url': 'http://www.audiomack.com/song/xclusiveszone/take-kare',
             'file': '172419696.mp3',
             'info_dict':
             {
-                'ext': 'mp3',
+                'description': 'md5:1fc3272ed7a635cce5be1568c2822997',
                 'title': 'Young Thug ft Lil Wayne - Take Kare',
-                "upload_date": "20141016",
-                "description": "New track produced by London On Da Track called “Take Kare\"\n\nhttp://instagram.com/theyoungthugworld\nhttps://www.facebook.com/ThuggerThuggerCashMoney\n",
-                "uploader": "Young Thug World"
+                'uploader':'Young Thug World',
+                'upload_date':'20141016',
             }
-        }
+        },
     ]
 
     def _real_extract(self, url):