[comedycentral] Recognize 'full-episodes' urls (fixes #3277)
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 16 Jul 2014 20:35:09 +0000 (22:35 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 16 Jul 2014 21:05:56 +0000 (23:05 +0200)
youtube_dl/extractor/comedycentral.py

index 8af0abade8c88fea3fa7fc4e7329e10802b43a5a..3c0ce7859c33ae8bab3a8ebc2617aa4bf5a31a8a 100644 (file)
@@ -15,7 +15,7 @@ from ..utils import (
 
 class ComedyCentralIE(MTVServicesInfoExtractor):
     _VALID_URL = r'''(?x)https?://(?:www\.)?(comedycentral|cc)\.com/
-        (video-clips|episodes|cc-studios|video-collections)
+        (video-clips|episodes|cc-studios|video-collections|full-episodes)
         /(?P<title>.*)'''
     _FEED_URL = 'http://comedycentral.com/feeds/mrss/'