[soundcloud] Fix glitches (#5101)
parent
562ceab13d
commit
295df4edb9
|
@ -180,7 +180,7 @@ class SoundcloudIE(InfoExtractor):
|
||||||
'format_id': key,
|
'format_id': key,
|
||||||
'url': url,
|
'url': url,
|
||||||
'play_path': 'mp3:' + path,
|
'play_path': 'mp3:' + path,
|
||||||
'ext': ext,
|
'ext': 'flv',
|
||||||
'vcodec': 'none',
|
'vcodec': 'none',
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue