aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/nexx.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/nexx.py')
-rw-r--r--yt_dlp/extractor/nexx.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/yt_dlp/extractor/nexx.py b/yt_dlp/extractor/nexx.py
index 860d636e2..8aceebd49 100644
--- a/yt_dlp/extractor/nexx.py
+++ b/yt_dlp/extractor/nexx.py
@@ -385,8 +385,7 @@ class NexxIE(InfoExtractor):
elif cdn == 'free':
formats = self._extract_free_formats(video, video_id)
else:
- # TODO: reverse more cdns
- assert False
+ self.raise_no_formats(f'{cdn} formats are currently not supported', video_id)
self._sort_formats(formats)
@@ -427,7 +426,6 @@ class NexxEmbedIE(InfoExtractor):
'upload_date': '20140305',
},
'params': {
- 'format': 'bestvideo',
'skip_download': True,
},
}, {