[cbs] fix _VALID_URL
authorRemita Amine <remitamine@gmail.com>
Sun, 19 Jun 2016 22:55:19 +0000 (23:55 +0100)
committerRemita Amine <remitamine@gmail.com>
Sun, 19 Jun 2016 22:55:19 +0000 (23:55 +0100)
youtube_dl/extractor/cbs.py

index 030eeaa65301aec66f418933dc5092279756991a..21720f0846ef91fc10d04c3fb9373256ce055928 100644 (file)
@@ -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/',