about summary refs log tree commit diff
path: root/youtube_dl/extractor/comedycentral.py
diff options
context:
space:
mode:
authorericpardee <github@ericpardee.com>2014-03-17 18:01:26 -0700
committerericpardee <github@ericpardee.com>2014-03-17 18:01:26 -0700
commitf102372b5fc4b286619ae5c32807c023e3381087 (patch)
treec710fbd31fc0ed7879f4b95e3d7e9135b8501554 /youtube_dl/extractor/comedycentral.py
parentecbe1ad2073ffa4b084a69854e000f6e03cba09c (diff)
downloadyoutube-dl-f102372b5fc4b286619ae5c32807c023e3381087.tar.gz
youtube-dl-f102372b5fc4b286619ae5c32807c023e3381087.tar.xz
youtube-dl-f102372b5fc4b286619ae5c32807c023e3381087.zip
Update to comedycentral.py (cc.com)
Added cc.com as it's same as comedycentral.com and used, i.e. http://www.cc.com/video-clips/fmyq0m/broad-city-a-beautiful-railroad-style-apartment
Diffstat (limited to 'youtube_dl/extractor/comedycentral.py')
-rw-r--r--youtube_dl/extractor/comedycentral.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/comedycentral.py b/youtube_dl/extractor/comedycentral.py
index ed3986f31..d50fcdbdb 100644
--- 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/'