about summary refs log tree commit diff
path: root/youtube_dl/extractor/comedycentral.py
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-07-16 22:35:09 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-07-16 23:05:56 +0200
commit13059bceb2a44c585b995197a5861bb5769b849b (patch)
tree28a3928a749bec12f5a9fbb8978a8742dc8a2f9a /youtube_dl/extractor/comedycentral.py
parentd8894e24a4f123c1fe84112693047e638b7161df (diff)
downloadyoutube-dl-13059bceb2a44c585b995197a5861bb5769b849b.tar.gz
youtube-dl-13059bceb2a44c585b995197a5861bb5769b849b.tar.xz
youtube-dl-13059bceb2a44c585b995197a5861bb5769b849b.zip
[comedycentral] Recognize 'full-episodes' urls (fixes #3277)
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 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<title>.*)'''
     _FEED_URL = 'http://comedycentral.com/feeds/mrss/'