diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-05-04 21:29:56 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-05-04 21:29:56 +0600 |
commit | 1aa43d77c084bc2dd735fcd3d03b8b2fc3407c51 (patch) | |
tree | 8e76d5c76ed906d61928c4eee97cc49523a0d0db /youtube_dl/extractor/rutv.py | |
parent | e038d5c4e323bdfa9de02ad59d1caa2c819d9cf5 (diff) |
[rutv] Remove superfluous check
Diffstat (limited to 'youtube_dl/extractor/rutv.py')
-rw-r--r-- | youtube_dl/extractor/rutv.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/youtube_dl/extractor/rutv.py b/youtube_dl/extractor/rutv.py index a5e98415f..55604637d 100644 --- a/youtube_dl/extractor/rutv.py +++ b/youtube_dl/extractor/rutv.py @@ -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 { |