1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-05-11 16:17:31 +00:00

Merge 8abf76ddb90c83a5afd7517d4797f3c07bd1cf0f into c95da745bc30db1df511012ff8abbf29fb27413e

This commit is contained in:
GitHub Merge Button 2011-11-29 19:35:12 -08:00
commit be2578a520

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