Skip to content

Commit

Permalink
Move merged code to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
phihag committed Nov 30, 2011
1 parent 9e9b75a commit 40fd4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@ def _real_extract(self, url):

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
Expand Down

0 comments on commit 40fd4cb

Please sign in to comment.