mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[audiomack] Update test
This commit is contained in:
parent
0403b06985
commit
9095aa38ac
@ -24,17 +24,17 @@ class AudiomackIE(InfoExtractor):
|
|||||||
},
|
},
|
||||||
# hosted on soundcloud via audiomack
|
# hosted on soundcloud via audiomack
|
||||||
{
|
{
|
||||||
|
'add_ie': ['Soundcloud'],
|
||||||
'url': 'http://www.audiomack.com/song/xclusiveszone/take-kare',
|
'url': 'http://www.audiomack.com/song/xclusiveszone/take-kare',
|
||||||
'file': '172419696.mp3',
|
'file': '172419696.mp3',
|
||||||
'info_dict':
|
'info_dict':
|
||||||
{
|
{
|
||||||
'ext': 'mp3',
|
'description': 'md5:1fc3272ed7a635cce5be1568c2822997',
|
||||||
'title': 'Young Thug ft Lil Wayne - Take Kare',
|
'title': 'Young Thug ft Lil Wayne - Take Kare',
|
||||||
"upload_date": "20141016",
|
'uploader':'Young Thug World',
|
||||||
"description": "New track produced by London On Da Track called “Take Kare\"\n\nhttp://instagram.com/theyoungthugworld\nhttps://www.facebook.com/ThuggerThuggerCashMoney\n",
|
'upload_date':'20141016',
|
||||||
"uploader": "Young Thug World"
|
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
Loading…
Reference in New Issue
Block a user