about summary refs log tree commit diff
path: root/youtube_dl/extractor/cbs.py
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2016-06-19 23:55:19 +0100
committerRemita Amine <remitamine@gmail.com>2016-06-19 23:55:19 +0100
commit819707920a63946ea1e4f0ae2bf842425d22c2e9 (patch)
treea546d8c3e83007b8f39a45aba465ae588b7602b8 /youtube_dl/extractor/cbs.py
parent43518503a66d670330a8406829fc30b431420c9c (diff)
downloadyoutube-dl-819707920a63946ea1e4f0ae2bf842425d22c2e9.tar.gz
youtube-dl-819707920a63946ea1e4f0ae2bf842425d22c2e9.tar.xz
youtube-dl-819707920a63946ea1e4f0ae2bf842425d22c2e9.zip
[cbs] fix _VALID_URL
Diffstat (limited to 'youtube_dl/extractor/cbs.py')
-rw-r--r--youtube_dl/extractor/cbs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/cbs.py b/youtube_dl/extractor/cbs.py
index 030eeaa65..21720f084 100644
--- a/youtube_dl/extractor/cbs.py
+++ b/youtube_dl/extractor/cbs.py
@@ -34,7 +34,7 @@ class CBSBaseIE(ThePlatformFeedIE):
 
 
 class CBSIE(CBSBaseIE):
-    _VALID_URL = r'(?:cbs|https?://(?:www\.)?(?:cbs\.com/shows/[^/]+/video|colbertlateshow\.com/(?:video|podcasts))/)(?P<id>[\w-]+)'
+    _VALID_URL = r'(?:cbs:|https?://(?:www\.)?(?:cbs\.com/shows/[^/]+/video|colbertlateshow\.com/(?:video|podcasts))/)(?P<id>[\w-]+)'
 
     _TESTS = [{
         'url': 'http://www.cbs.com/shows/garth-brooks/video/_u7W953k6la293J7EPTd9oHkSPs6Xn6_/connect-chat-feat-garth-brooks/',