mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
[soundcloud] Fix glitches (#5101)
This commit is contained in:
parent
562ceab13d
commit
295df4edb9
@ -180,7 +180,7 @@ def _extract_info_dict(self, info, full_title=None, quiet=False, secret_token=No
|
||||
'format_id': key,
|
||||
'url': url,
|
||||
'play_path': 'mp3:' + path,
|
||||
'ext': ext,
|
||||
'ext': 'flv',
|
||||
'vcodec': 'none',
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user