diff options
author | trainman261 <trainman261@users.noreply.github.com> | 2023-10-07 01:56:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-06 23:56:19 +0000 |
commit | 19c90e405b4137c06dfe6f9aaa02396df0da93e5 (patch) | |
tree | 83a423a43a1c491a9e4483617ad5bd1af3eb104e /yt_dlp/extractor/cbs.py | |
parent | e831c80e8b2fc025b3b67d82974cc59e3526fdc8 (diff) |
[cleanup] Update extractor tests (#7718)
Authored by: trainman261
Diffstat (limited to 'yt_dlp/extractor/cbs.py')
-rw-r--r-- | yt_dlp/extractor/cbs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yt_dlp/extractor/cbs.py b/yt_dlp/extractor/cbs.py index 1c0dbdea9..d97fbd758 100644 --- a/yt_dlp/extractor/cbs.py +++ b/yt_dlp/extractor/cbs.py @@ -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, |