about summary refs log tree commit diff
path: root/youtube_dl/extractor/comedycentral.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-04-17 23:41:07 +0600
committerSergey M․ <dstftw@gmail.com>2015-04-17 23:41:07 +0600
commit7691a7a3bd77dd2c169a9a8592283d99a9266973 (patch)
treef82196595340673b0c156b0169a2baf752c38aa2 /youtube_dl/extractor/comedycentral.py
parent214e74bf6f6eee15cf85c9d5a4defce14b56d586 (diff)
downloadyoutube-dl-7691a7a3bd77dd2c169a9a8592283d99a9266973.tar.gz
youtube-dl-7691a7a3bd77dd2c169a9a8592283d99a9266973.tar.xz
youtube-dl-7691a7a3bd77dd2c169a9a8592283d99a9266973.zip
[comedycentral] Fix feed uri request (Closes #5449, closes #5455)
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 e5edcc84b..91ebb0ce5 100644
--- a/youtube_dl/extractor/comedycentral.py
+++ b/youtube_dl/extractor/comedycentral.py
@@ -201,7 +201,7 @@ class ComedyCentralShowsIE(MTVServicesInfoExtractor):
 
         uri = mMovieParams[0][1]
         # Correct cc.com in uri
-        uri = re.sub(r'(episode:[^.]+)(\.cc)?\.com', r'\1.cc.com', uri)
+        uri = re.sub(r'(episode:[^.]+)(\.cc)?\.com', r'\1.com', uri)
 
         index_url = 'http://%s.cc.com/feeds/mrss?%s' % (show_name, compat_urllib_parse.urlencode({'uri': uri}))
         idoc = self._download_xml(