Dailymotion error #80

Closed
opened 2026-02-20 22:24:57 -05:00 by deekerman · 2 comments
Owner

Originally created by @lra on GitHub (May 29, 2011).

When I try to downlowd this Dalymotion video:
youtube-dl -e http://www.dailymotion.com/video/xiuj6a_jean-luc-melenchon-dans-l-emission-c-politique-sur-france-5-le-22-05-2011_news
I get this error:
ERROR: unable to extract media URL

The problem is that you are looking for this regexp:
'(?i)addVariable("video"\s_,\s_"([^"]*)")'
While in the page there is no addVariable("video", string.

Originally created by @lra on GitHub (May 29, 2011). When I try to downlowd this Dalymotion video: youtube-dl -e http://www.dailymotion.com/video/xiuj6a_jean-luc-melenchon-dans-l-emission-c-politique-sur-france-5-le-22-05-2011_news I get this error: ERROR: unable to extract media URL The problem is that you are looking for this regexp: '(?i)addVariable(\"video\"\s_,\s_\"([^\"]*)\")' While in the page there is no addVariable("video", string.
Author
Owner

@lra commented on GitHub (May 29, 2011):

I added a pull request for a possible fix in #121

@lra commented on GitHub (May 29, 2011): I added a pull request for a possible fix in #121
Author
Owner

@phihag commented on GitHub (Sep 13, 2011):

As I said in the pull request, this has been solved otherwise. Feel free to contribute a patch for HQ videos.

@phihag commented on GitHub (Sep 13, 2011): As I said in the pull request, this has been solved otherwise. Feel free to contribute a patch for HQ videos.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl-ytdl-org#80
No description provided.