1
0
Fork 0
mirror of https://codeberg.org/polarisfm/youtube-dl.git synced 2025-03-12 23:29:15 +00:00

[metacafe] Remove accidently inserted comment string

This commit is contained in:
Sergey M․ 2014-03-23 05:16:02 +07:00
parent 401983c6a0
commit 2c1396073e

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)