X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fcomedycentral.py;h=3333d433bc42f89c0dc8dc7ff264010ef5bda9a6;hb=cd8a562267762933a0890c84457fd19dc5a42936;hp=f0ad5c9a33c20049adacec790b4d72b4496a78ab;hpb=a4a028323e7a09c1d716de20c951f37b5b7c44f7;p=youtube-dl.git diff --git a/youtube_dl/extractor/comedycentral.py b/youtube_dl/extractor/comedycentral.py index f0ad5c9a3..3333d433b 100644 --- a/youtube_dl/extractor/comedycentral.py +++ b/youtube_dl/extractor/comedycentral.py @@ -30,14 +30,6 @@ class ComedyCentralIE(MTVServicesInfoExtractor): }, } - def _real_extract(self, url): - mobj = re.match(self._VALID_URL, url) - title = mobj.group('title') - webpage = self._download_webpage(url, title) - mgid = self._search_regex(r'data-mgid="(?Pmgid:.*?)"', - webpage, 'mgid') - return self._get_videos_info(mgid) - class ComedyCentralShowsIE(InfoExtractor): IE_DESC = 'The Daily Show / Colbert Report'