mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-12-22 18:17:17 -05:00
parent
c1dc0ee56e
commit
48e9310660
@ -385,8 +385,7 @@ class NexxIE(InfoExtractor):
|
|||||||
elif cdn == 'free':
|
elif cdn == 'free':
|
||||||
formats = self._extract_free_formats(video, video_id)
|
formats = self._extract_free_formats(video, video_id)
|
||||||
else:
|
else:
|
||||||
# TODO: reverse more cdns
|
self.raise_no_formats(f'{cdn} formats are currently not supported', video_id)
|
||||||
assert False
|
|
||||||
|
|
||||||
self._sort_formats(formats)
|
self._sort_formats(formats)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user