summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-03-23 05:16:02 +0700
committerSergey M․ <dstftw@gmail.com>2014-03-23 05:16:02 +0700
commit2c1396073ebf396f5b4b35d6171363f632e60716 (patch)
tree8c36e7a7688bcf3ac3b7cc6c4deacafc08465310
parent401983c6a0dd806932ba8a1f43c60d8e6e7899da (diff)
downloadyoutube-dl-2c1396073ebf396f5b4b35d6171363f632e60716.tar.gz
youtube-dl-2c1396073ebf396f5b4b35d6171363f632e60716.tar.xz
youtube-dl-2c1396073ebf396f5b4b35d6171363f632e60716.zip
[metacafe] Remove accidently inserted comment string
-rw-r--r--youtube_dl/extractor/metacafe.py2
1 files changed, 1 insertions, 1 deletions
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)