From: Sergey M․ Date: Sat, 22 Mar 2014 22:16:02 +0000 (+0700) Subject: [metacafe] Remove accidently inserted comment string X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=2c1396073ebf396f5b4b35d6171363f632e60716;p=youtube-dl [metacafe] Remove accidently inserted comment string --- 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)