From: Jaime Marquínez Ferrándiz Date: Wed, 16 Jul 2014 20:35:09 +0000 (+0200) Subject: [comedycentral] Recognize 'full-episodes' urls (fixes #3277) X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=13059bceb2a44c585b995197a5861bb5769b849b;p=youtube-dl [comedycentral] Recognize 'full-episodes' urls (fixes #3277) --- diff --git a/youtube_dl/extractor/comedycentral.py b/youtube_dl/extractor/comedycentral.py index 8af0abade..3c0ce7859 100644 --- a/youtube_dl/extractor/comedycentral.py +++ b/youtube_dl/extractor/comedycentral.py @@ -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.*)''' _FEED_URL = 'http://comedycentral.com/feeds/mrss/'