youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 2c1396073ebf396f5b4b35d6171363f632e60716
parent 401983c6a0dd806932ba8a1f43c60d8e6e7899da
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 23 Mar 2014 05:16:02 +0700

[metacafe] Remove accidently inserted comment string

Diffstat:
Myoutube_dl/extractor/metacafe.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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)