aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTithen-Firion <Tithen-Firion@users.noreply.github.com>2014-12-03 14:53:12 +0100
committerTithen-Firion <Tithen-Firion@users.noreply.github.com>2014-12-04 00:42:01 +0100
commit9095aa38ac7361b55aa0e9fd3fe4fccf23718e6c (patch)
tree2419bb429d4fe340ffd227fe10e3ed46f9e2a7f4
parent0403b06985bcb004efb3683bca6a56a47e3227b1 (diff)
downloadyoutube-dl-9095aa38ac7361b55aa0e9fd3fe4fccf23718e6c.tar.xz
[audiomack] Update test
-rw-r--r--youtube_dl/extractor/audiomack.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/youtube_dl/extractor/audiomack.py b/youtube_dl/extractor/audiomack.py
index eeeec768f..04386f7f7 100644
--- a/youtube_dl/extractor/audiomack.py
+++ b/youtube_dl/extractor/audiomack.py
@@ -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):