logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 0892363e6ddd87f61165efd975c383d715548ecc
parent ecbe1ad2073ffa4b084a69854e000f6e03cba09c
Author: Jaime Marquínez Ferrándiz <jaimeMF@users.noreply.github.com>
Date:   Tue, 18 Mar 2014 08:14:39 +0100

Merge pull request #2580 from ericpardee/patch-1

Update to comedycentral.py (cc.com)

Diffstat:

Myoutube_dl/extractor/comedycentral.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/comedycentral.py b/youtube_dl/extractor/comedycentral.py @@ -14,7 +14,7 @@ from ..utils import ( class ComedyCentralIE(MTVServicesInfoExtractor): - _VALID_URL = r'''(?x)https?://(?:www\.)?comedycentral\.com/ + _VALID_URL = r'''(?x)https?://(?:www\.)?(comedycentral|cc)\.com/ (video-clips|episodes|cc-studios|video-collections) /(?P<title>.*)''' _FEED_URL = 'http://comedycentral.com/feeds/mrss/'