mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-05-11 08:07:31 +00:00
Merge 8abf76ddb90c83a5afd7517d4797f3c07bd1cf0f into c95da745bc30db1df511012ff8abbf29fb27413e
This commit is contained in:
commit
be2578a520
@ -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…
x
Reference in New Issue
Block a user