瀏覽代碼

[metacafe] Remove accidently inserted comment string

Sergey M․ 11 年之前
父節點
當前提交
2c1396073e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/extractor/metacafe.py

+ 1 - 1
youtube_dl/extractor/metacafe.py

@@ -102,7 +102,7 @@ class MetacafeIE(InfoExtractor):
         request.add_header('Content-Type', 'application/x-www-form-urlencoded')
         request.add_header('Content-Type', 'application/x-www-form-urlencoded')
         self.report_age_confirmation()
         self.report_age_confirmation()
         self._download_webpage(request, None, False, 'Unable to confirm age')
         self._download_webpage(request, None, False, 'Unable to confirm age')
-        """Report disclaimer retrieval."""
+
     def _real_extract(self, url):
     def _real_extract(self, url):
         # Extract id and simplified title from URL
         # Extract id and simplified title from URL
         mobj = re.match(self._VALID_URL, url)
         mobj = re.match(self._VALID_URL, url)