projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
401983c
)
[metacafe] Remove accidently inserted comment string
author
Sergey M․
<dstftw@gmail.com>
Sat, 22 Mar 2014 22:16:02 +0000
(
05:16
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 22 Mar 2014 22:16:02 +0000
(
05:16
+0700)
youtube_dl/extractor/metacafe.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/metacafe.py
b/youtube_dl/extractor/metacafe.py
index 2f44053e0beb8c5d46480067cc00ac93049d27f9..6436c05a3cd8e3f25499b9ff911de837a6c98207 100644
(file)
--- 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)