From 510997866d7349b6b7f29f60f8c06c45d8e831c9 Mon Sep 17 00:00:00 2001 From: Jared Stafford Date: Fri, 17 Apr 2015 09:30:24 -0500 Subject: [PATCH] [comedycentral] Replace thedailyshow.cc.com with thedailyshow.com in the playlist URL (fixes #5449) --- youtube_dl/extractor/comedycentral.py | 1 + 1 file changed, 1 insertion(+) diff --git a/youtube_dl/extractor/comedycentral.py b/youtube_dl/extractor/comedycentral.py index e5edcc84b..b8a3ffbae 100644 --- a/youtube_dl/extractor/comedycentral.py +++ b/youtube_dl/extractor/comedycentral.py @@ -220,6 +220,7 @@ class ComedyCentralShowsIE(MTVServicesInfoExtractor): content = itemEl.find('.//{http://search.yahoo.com/mrss/}content') duration = float_or_none(content.attrib.get('duration')) mediagen_url = content.attrib['url'] + mediagen_url = mediagen_url.replace('thedailyshow.cc.com', 'thedailyshow.com') guid = itemEl.find('./guid').text.rpartition(':')[-1] cdoc = self._download_xml(