mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-23 00:54:31 +01:00
[rutv] Remove superfluous check
This commit is contained in:
parent
e038d5c4e3
commit
1aa43d77c0
@ -189,9 +189,6 @@ class RUTVIE(InfoExtractor):
|
||||
})
|
||||
formats.append(fmt)
|
||||
|
||||
if not formats:
|
||||
raise ExtractorError('No media links available for %s' % video_id)
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user