about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-12-17 11:29:35 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-12-17 11:29:35 +0100
commit27d67ea2ba3a61718e61787117832f1c1eb60b87 (patch)
tree4127cb73ace93eb98f9ee9ed2674ac6d6aa147c9
parentd6a8160902c2f316b3772648d6eec6bfcb095471 (diff)
downloadyoutube-dl-27d67ea2ba3a61718e61787117832f1c1eb60b87.tar.gz
youtube-dl-27d67ea2ba3a61718e61787117832f1c1eb60b87.tar.xz
youtube-dl-27d67ea2ba3a61718e61787117832f1c1eb60b87.zip
[comedycentral] Match URLs with a second ID (fixes #4499)
-rw-r--r--youtube_dl/extractor/comedycentral.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/comedycentral.py b/youtube_dl/extractor/comedycentral.py
index 48e2410b6..8d27af5e5 100644
--- a/youtube_dl/extractor/comedycentral.py
+++ b/youtube_dl/extractor/comedycentral.py
@@ -50,7 +50,7 @@ class ComedyCentralShowsIE(MTVServicesInfoExtractor):
                           )|
                           (?P<interview>
                               extended-interviews/(?P<interID>[0-9a-z]+)/(?:playlist_tds_extended_)?(?P<interview_title>.*?)(/.*?)?)))
-                     (?:[?#].*|$)'''
+                     '''
     _TESTS = [{
         'url': 'http://thedailyshow.cc.com/watch/thu-december-13-2012/kristen-stewart',
         'md5': '4e2f5cb088a83cd8cdb7756132f9739d',
@@ -84,6 +84,9 @@ class ComedyCentralShowsIE(MTVServicesInfoExtractor):
         'url': 'http://thedailyshow.cc.com/video-playlists/npde3s/the-daily-show-19088-highlights',
         'only_matching': True,
     }, {
+        'url': 'http://thedailyshow.cc.com/video-playlists/t6d9sg/the-daily-show-20038-highlights/be3cwo',
+        'only_matching': True,
+    }, {
         'url': 'http://thedailyshow.cc.com/special-editions/2l8fdb/special-edition---a-look-back-at-food',
         'only_matching': True,
     }, {