1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-21 09:39:48 +08:00

[rutv] Remove superfluous check

This commit is contained in:
Sergey M․
2015-05-04 21:29:56 +06:00
Unverified
parent e038d5c4e3
commit 1aa43d77c0
-3
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 {