[audiomack] Modernize test definition

This commit is contained in:
Jaime Marquínez Ferrándiz 2014-12-04 08:21:29 +01:00
parent d4e06d4a83
commit abe70fa044
1 changed files with 2 additions and 1 deletions

View File

@ -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',