1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-05 23:51:09 +02:00

Merge pull request #236 from lra/dailymotion-fix

Fix the DailymotionIE to parse the new title of a webpage
This commit is contained in:
Philipp Hagemeister 2011-11-30 00:57:09 -08:00
commit 9e9b75ae4d

View File

@ -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