[vimeo] remove check for empty formats
This commit is contained in:
parent
e5c209a1bc
commit
fff496c689
|
@ -405,8 +405,6 @@ class VimeoIE(VimeoBaseInfoExtractor):
|
|||
formats = self._extract_m3u8_formats(hls['all'], video_id, 'mp4', 'm3u8_native', 0, 'hls', fatal=False)
|
||||
for key in ('other', 'sd', 'hd'):
|
||||
formats += files[key]
|
||||
if len(formats) == 0:
|
||||
raise ExtractorError('No known codec found')
|
||||
self._sort_formats(formats)
|
||||
|
||||
subtitles = {}
|
||||
|
|
Loading…
Reference in New Issue