1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-09-25 12:08:36 +02:00

[rutv] Remove superfluous check

This commit is contained in:
Sergey M․ 2015-05-04 21:29:56 +06:00
parent e038d5c4e3
commit 1aa43d77c0

View File

@ -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 {