diff options
| -rwxr-xr-x | youtube-dl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube-dl b/youtube-dl index a3b21e13a..688ed412c 100755 --- 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 = _simple_title(video_title) +		simple_title = _simplify_title(video_title)  		# Extract uploader  		mobj = re.search(r'<uploader_url>http://vimeo.com/(.*?)</uploader_url>', webpage) | 
