[comedycentral] Recognize 'full-episodes' urls (fixes #3277)
[youtube-dl] / 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/'