Browse Source

[cbs] fix _VALID_URL

totalwebcasting
Remita Amine 9 years ago
parent
commit
819707920a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/cbs.py

+ 1
- 1
youtube_dl/extractor/cbs.py View 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/',


Loading…
Cancel
Save