X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=youtube_dl%2Fextractor%2Fmetacafe.py;h=6436c05a3cd8e3f25499b9ff911de837a6c98207;hb=efb7e11988b9bdc38e8d53051f2bca9592a06a46;hp=2f44053e0beb8c5d46480067cc00ac93049d27f9;hpb=401983c6a0dd806932ba8a1f43c60d8e6e7899da;p=youtube-dl diff --git a/youtube_dl/extractor/metacafe.py b/youtube_dl/extractor/metacafe.py index 2f44053e0..6436c05a3 100644 --- a/youtube_dl/extractor/metacafe.py +++ b/youtube_dl/extractor/metacafe.py @@ -102,7 +102,7 @@ class MetacafeIE(InfoExtractor): request.add_header('Content-Type', 'application/x-www-form-urlencoded') self.report_age_confirmation() self._download_webpage(request, None, False, 'Unable to confirm age') - """Report disclaimer retrieval.""" + def _real_extract(self, url): # Extract id and simplified title from URL mobj = re.match(self._VALID_URL, url)