mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-22 10:11:52 +00:00
[soundcloud] Fix glitches (#5101)
This commit is contained in:
parent
562ceab13d
commit
295df4edb9
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ class SoundcloudIE(InfoExtractor):
|
|||
'format_id': key,
|
||||
'url': url,
|
||||
'play_path': 'mp3:' + path,
|
||||
'ext': ext,
|
||||
'ext': 'flv',
|
||||
'vcodec': 'none',
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue