mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-19 20:10:25 +00:00
[soundcloud] Check direct links validity (Closes #5101)
This commit is contained in:
parent
2f0f6578c3
commit
562ceab13d
@ -200,6 +200,7 @@ class SoundcloudIE(InfoExtractor):
|
||||
if f['format_id'].startswith('rtmp'):
|
||||
f['protocol'] = 'rtmp'
|
||||
|
||||
self._check_formats(formats, track_id)
|
||||
self._sort_formats(formats)
|
||||
result['formats'] = formats
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user