aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/cnbc.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/cnbc.py')
-rw-r--r--yt_dlp/extractor/cnbc.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/yt_dlp/extractor/cnbc.py b/yt_dlp/extractor/cnbc.py
index 68fd025b7..7d209b6d9 100644
--- a/yt_dlp/extractor/cnbc.py
+++ b/yt_dlp/extractor/cnbc.py
@@ -19,6 +19,7 @@ class CNBCIE(InfoExtractor):
# m3u8 download
'skip_download': True,
},
+ 'skip': 'Dead link',
}
def _real_extract(self, url):
@@ -49,6 +50,7 @@ class CNBCVideoIE(InfoExtractor):
'params': {
'skip_download': True,
},
+ 'skip': 'Dead link',
}
def _real_extract(self, url):