mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +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