Merge pull request #2580 from ericpardee/patch-1
authorJaime Marquínez Ferrándiz <jaimeMF@users.noreply.github.com>
Tue, 18 Mar 2014 07:14:39 +0000 (08:14 +0100)
committerJaime Marquínez Ferrándiz <jaimeMF@users.noreply.github.com>
Tue, 18 Mar 2014 07:14:39 +0000 (08:14 +0100)
Update to comedycentral.py (cc.com)

youtube_dl/extractor/comedycentral.py

index ed3986f313a149f0db4a69dc92762730297ced1a..d50fcdbdbb0fc23becdf6a254769667da44cb9c4 100644 (file)
@@ -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/'