projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
208e095
)
Fix vimeo error (Closes #224)
author
Philipp Hagemeister
<phihag@phihag.de>
Wed, 23 Nov 2011 09:35:17 +0000
(10:35 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Wed, 23 Nov 2011 09:35:55 +0000
(10:35 +0100)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index a3b21e13a91c481c70f9f6beb0c5207b94bf0c5f..688ed412c70443af531a4aa1e4ecbbbba9d3243a 100755
(executable)
--- a/
youtube-dl
+++ b/
youtube-dl
@@
-2014,7
+2014,7
@@
class VimeoIE(InfoExtractor):
self._downloader.trouble(u'ERROR: unable to extract video title')
return
video_title = mobj.group(1).decode('utf-8')
- simple_title = _simpl
e
_title(video_title)
+ simple_title = _simpl
ify
_title(video_title)
# Extract uploader
mobj = re.search(r'<uploader_url>http://vimeo.com/(.*?)</uploader_url>', webpage)