Browse Source

[metacafe] Remove accidently inserted comment string

totalwebcasting
Sergey M․ 10 years ago
parent
commit
2c1396073e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/metacafe.py

+ 1
- 1
youtube_dl/extractor/metacafe.py View File

@ -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)


Loading…
Cancel
Save