mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[soundcloud] Replace 404 test
This commit is contained in:
parent
816930c485
commit
00a82ea805
@ -81,16 +81,16 @@ class SoundcloudIE(InfoExtractor):
|
|||||||
},
|
},
|
||||||
# downloadable song
|
# downloadable song
|
||||||
{
|
{
|
||||||
'url': 'https://soundcloud.com/simgretina/just-your-problem-baby-1',
|
'url': 'https://soundcloud.com/oddsamples/bus-brakes',
|
||||||
'md5': '56a8b69568acaa967b4c49f9d1d52d19',
|
'md5': 'fee7b8747b09bb755cefd4b853e7249a',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '105614606',
|
'id': '128590877',
|
||||||
'ext': 'wav',
|
'ext': 'wav',
|
||||||
'title': 'Just Your Problem Baby (Acapella)',
|
'title': 'Bus Brakes',
|
||||||
'description': 'Vocals',
|
'description': 'md5:0170be75dd395c96025d210d261c784e',
|
||||||
'uploader': 'Sim Gretina',
|
'uploader': 'oddsamples',
|
||||||
'upload_date': '20130815',
|
'upload_date': '20140109',
|
||||||
#'duration': 42,
|
'duration': 17,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user