[rutv] Remove superfluous check

This commit is contained in:
Sergey M․ 2015-05-04 21:29:56 +06:00
parent e038d5c4e3
commit 1aa43d77c0
1 changed files with 0 additions and 3 deletions

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 {