mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
Fix the DailymotionIE to parse the new title of a webpage
This commit is contained in:
parent
c95da745bc
commit
8abf76ddb9
@ -1618,7 +1618,7 @@ class DailymotionIE(InfoExtractor):
|
||||
|
||||
video_url = mediaURL
|
||||
|
||||
mobj = re.search(r'(?im)<title>Dailymotion\s*-\s*(.+)\s*-\s*[^<]+?</title>', webpage)
|
||||
mobj = re.search(r'(?im)<title>\s*(.+)\s*-\s*Video\s+Dailymotion</title>', webpage)
|
||||
if mobj is None:
|
||||
self._downloader.trouble(u'ERROR: unable to extract title')
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user