Skip to content
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

francetvinfo downloader not working #6145

Closed
jbnivoit opened this issue Jul 3, 2015 · 2 comments
Closed

francetvinfo downloader not working #6145

jbnivoit opened this issue Jul 3, 2015 · 2 comments

Comments

@jbnivoit
Copy link

@jbnivoit jbnivoit commented Jul 3, 2015

I tried to download http://www.francetvinfo.fr/societe/larguez-les-amarres-le-cobaturage-se-developpe_980101.html and it did not work. I put breakpoints in the debugger on youtube-dl running with this URL and found out that the daily motion URL pattern has slightly changed:
_VALID_URL = r'http://api.dmcloud.net/embed/[^/]+/(?P[^/?]+)'
should now be:
_VALID_URL = r'http://api.dmcloud.net/player/embed/[^/]+/(?P[^/?]+)'
(note the additional "/player" path element in the URL). With this change, I was able to download that video.

@dstftw dstftw closed this in 0bcdc27 Jul 3, 2015
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jul 3, 2015

This issue will be fixed in the next version. Thanks for the report.

@jbnivoit
Copy link
Author

@jbnivoit jbnivoit commented Jul 3, 2015

Thanks for this wonderful utility and the prompt fix!

@ytdl-org ytdl-org locked and limited conversation to collaborators Oct 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.