]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/cbs.py
[cleanup] Update extractor tests (#7718)
[yt-dlp.git] / yt_dlp / extractor / cbs.py
index 1c0dbdea9444c370bf8d5b7811ad39ccc9905cf9..d97fbd758c387d570b50064730685e224be072d7 100644 (file)
@@ -101,6 +101,7 @@ class CBSIE(CBSBaseIE):
             # m3u8 download
             'skip_download': True,
         },
+        'skip': 'Subscription required',
     }, {
         'url': 'https://www.cbs.com/shows/video/sZH1MGgomIosZgxGJ1l263MFq16oMtW1/',
         'info_dict': {
@@ -117,6 +118,7 @@ class CBSIE(CBSBaseIE):
         },
         'expected_warnings': [
             'This content expired on', 'No video formats found', 'Requested format is not available'],
+        'skip': '404 Not Found',
     }, {
         'url': 'http://colbertlateshow.com/video/8GmB0oY0McANFvp2aEffk9jZZZ2YyXxy/the-colbeard/',
         'only_matching': True,