mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-04-11 17:39:44 +00:00
Merge 3a5d3e034e
into c92e184f75
This commit is contained in:
commit
413379adb0
@ -1635,7 +1635,7 @@ class DailymotionIE(InfoExtractor):
|
||||
if mobj is None:
|
||||
self._downloader.trouble(u'ERROR: unable to extract title')
|
||||
return
|
||||
video_title = htmlParser.unescape(mobj.group('title')).decode('utf-8')
|
||||
video_title = htmlParser.unescape(mobj.group('title').decode('utf-8'))
|
||||
video_title = sanitize_title(video_title)
|
||||
simple_title = _simplify_title(video_title)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user