diff --git a/youtube_dl/extractor/cbs.py b/youtube_dl/extractor/cbs.py index 66a4c77f6..75ba0a28d 100644 --- a/youtube_dl/extractor/cbs.py +++ b/youtube_dl/extractor/cbs.py @@ -55,6 +55,9 @@ class CBSIE(CBSBaseIE): }, { 'url': 'https://www.paramountplus.com/shows/all-rise/video/QmR1WhNkh1a_IrdHZrbcRklm176X_rVc/all-rise-space/', '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):