about summary refs log tree commit diff
path: root/youtube_dl/extractor/audiomack.py
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-04-16 17:54:39 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-04-16 17:54:39 +0800
commit6ad2ef8b7c23008ac654e90396ce2459f45a7629 (patch)
tree5e7ae1f24683f08dd2b0e8311a2692a319c8d63a /youtube_dl/extractor/audiomack.py
parent00b426d66dd8ecf671666837866a4da373619de8 (diff)
downloadyoutube-dl-6ad2ef8b7c23008ac654e90396ce2459f45a7629.tar.gz
youtube-dl-6ad2ef8b7c23008ac654e90396ce2459f45a7629.tar.xz
youtube-dl-6ad2ef8b7c23008ac654e90396ce2459f45a7629.zip
[audiomack] Update the test
The original test raises 404
Diffstat (limited to 'youtube_dl/extractor/audiomack.py')
-rw-r--r--youtube_dl/extractor/audiomack.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/youtube_dl/extractor/audiomack.py b/youtube_dl/extractor/audiomack.py
index 3eed91279..a52d26cec 100644
--- a/youtube_dl/extractor/audiomack.py
+++ b/youtube_dl/extractor/audiomack.py
@@ -30,14 +30,14 @@ class AudiomackIE(InfoExtractor):
         # audiomack wrapper around soundcloud song
         {
             'add_ie': ['Soundcloud'],
-            'url': 'http://www.audiomack.com/song/xclusiveszone/take-kare',
+            'url': 'http://www.audiomack.com/song/hip-hop-daily/black-mamba-freestyle',
             'info_dict': {
-                'id': '172419696',
+                'id': '258901379',
                 'ext': 'mp3',
-                'description': 'md5:1fc3272ed7a635cce5be1568c2822997',
-                'title': 'Young Thug ft Lil Wayne - Take Kare',
-                'uploader': 'Young Thug World',
-                'upload_date': '20141016',
+                'description': 'mamba day freestyle for the legend Kobe Bryant ',
+                'title': 'Black Mamba Freestyle [Prod. By Danny Wolf]',
+                'uploader': 'ILOVEMAKONNEN',
+                'upload_date': '20160414',
             }
         },
     ]