1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-02-05 01:29:48 +00:00

added unit test

This commit is contained in:
Brad Terpstra 2022-08-31 15:04:23 -04:00
parent e2bc44054a
commit b035a7a3a5

View File

@ -55,6 +55,9 @@ class CBSIE(CBSBaseIE):
}, { }, {
'url': 'https://www.paramountplus.com/shows/all-rise/video/QmR1WhNkh1a_IrdHZrbcRklm176X_rVc/all-rise-space/', 'url': 'https://www.paramountplus.com/shows/all-rise/video/QmR1WhNkh1a_IrdHZrbcRklm176X_rVc/all-rise-space/',
'only_matching': True, 'only_matching': True,
}, {
'url': 'https://www.cbs.com/shows/video/GdZlRWQ9xaxkOmx573U_ZhuSl_nfBqFw/',
'only_matching': True,
}] }]
def _extract_video_info(self, content_id, site='cbs', mpx_acc=2198311517): def _extract_video_info(self, content_id, site='cbs', mpx_acc=2198311517):