1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-16 18:47:37 -05:00

[cleanup] Update extractor tests (#7718)

Authored by: trainman261
This commit is contained in:
trainman261
2023-10-07 01:56:19 +02:00
committed by GitHub
parent e831c80e8b
commit 19c90e405b
15 changed files with 66 additions and 23 deletions

View 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,