-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dailymotion error #120
Comments
I added a pull request for a possible fix in #121 |
As I said in the pull request, this has been solved otherwise. Feel free to contribute a patch for HQ videos. |
tsukumijima
pushed a commit
to tsukumijima/youtube-dl
that referenced
this issue
Dec 2, 2020
Don't try to embed/convert json subtitles generated by youtube livechat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: