]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/cnbc.py
[cleanup] Update extractor tests (#7718)
[yt-dlp.git] / yt_dlp / extractor / cnbc.py
index 68fd025b7c691acbd40a299740ddc938a47c2534..7d209b6d9012a0ca8ba25ac7f1ddf61bd6722619 100644 (file)
@@ -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):