Browse Source

[rutv] Remove superfluous check

totalwebcasting
Sergey M․ 10 years ago
parent
commit
1aa43d77c0
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      youtube_dl/extractor/rutv.py

+ 0
- 3
youtube_dl/extractor/rutv.py 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 {


Loading…
Cancel
Save