aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/cbs.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-03-15 04:52:06 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-03-15 04:52:06 +0530
commit10db0d2f573af31bdaea8e7a010476d896d90f88 (patch)
treecfc53e2c23632f5220fa2723eef40fd7bb417418 /yt_dlp/extractor/cbs.py
parent7275535116d6b10c1e6df54c50ee872635f3c37e (diff)
downloadhypervideo-pre-10db0d2f573af31bdaea8e7a010476d896d90f88.tar.lz
hypervideo-pre-10db0d2f573af31bdaea8e7a010476d896d90f88.tar.xz
hypervideo-pre-10db0d2f573af31bdaea8e7a010476d896d90f88.zip
Update to ytdl-commit-3be0980
https://github.com/ytdl-org/youtube-dl/commit/3be098010f667b14075e3dfad1e74e5e2becc8ea
Diffstat (limited to 'yt_dlp/extractor/cbs.py')
-rw-r--r--yt_dlp/extractor/cbs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/yt_dlp/extractor/cbs.py b/yt_dlp/extractor/cbs.py
index 503d2e6a6..38c8bbc80 100644
--- a/yt_dlp/extractor/cbs.py
+++ b/yt_dlp/extractor/cbs.py
@@ -27,7 +27,7 @@ class CBSBaseIE(ThePlatformFeedIE):
class CBSIE(CBSBaseIE):
- _VALID_URL = r'(?:cbs:|https?://(?:www\.)?(?:(?:cbs\.com|paramountplus\.com)/shows/[^/]+/video|colbertlateshow\.com/(?:video|podcasts))/)(?P<id>[\w-]+)'
+ _VALID_URL = r'(?:cbs:|https?://(?:www\.)?(?:(?:cbs|paramountplus)\.com/shows/[^/]+/video|colbertlateshow\.com/(?:video|podcasts))/)(?P<id>[\w-]+)'
_TESTS = [{
'url': 'https://www.cbs.com/shows/garth-brooks/video/_u7W953k6la293J7EPTd9oHkSPs6Xn6_/connect-chat-feat-garth-brooks/',
@@ -53,7 +53,7 @@ class CBSIE(CBSBaseIE):
'url': 'http://www.colbertlateshow.com/podcasts/dYSwjqPs_X1tvbV_P2FcPWRa_qT6akTC/in-the-bad-room-with-stephen/',
'only_matching': True,
}, {
- 'url': 'https://www.paramountplus.com/shows/star-trek-discovery/video/l5ANMH9wM7kxwV1qr4u1xn88XOhYMlZX/star-trek-discovery-the-vulcan-hello/',
+ 'url': 'https://www.paramountplus.com/shows/all-rise/video/QmR1WhNkh1a_IrdHZrbcRklm176X_rVc/all-rise-space/',
'only_matching': True,
}]