Skip to content

plugins.dailymotion: fix validation schema #4910

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

Merged

Conversation

bastimeyer
Copy link
Member

Fixes #4909

The JSON response data format has changed.

$ streamlink --http-proxy socks5h://localhost:1920 'https://www.dailymotion.com/video/x2lefik'
[cli][info] Found matching plugin dailymotion for URL https://www.dailymotion.com/video/x2lefik
Available streams: 180p_alt2 (worst), 180p_alt, 180p, 288p_alt2, 288p_alt, 288p, 477p_alt2, 477p_alt, 477p, 720p_alt2, 720p_alt, 720p, 1080p_alt, 1080p (best)
$ streamlink -j --http-proxy socks5h://localhost:1920 'https://www.dailymotion.com/video/x2lefik' | jq .metadata
{
  "id": "x2lefik",
  "author": "lachainelequipe",
  "category": null,
  "title": "la chaine L'Équipe en direct"
}

@bastimeyer bastimeyer added the plugin issue A Plugin does not work correctly label Oct 28, 2022
@gravyboat gravyboat merged commit 6aa2b56 into streamlink:master Oct 28, 2022
@bastimeyer bastimeyer deleted the plugins/dailymotion/fix-4909 branch October 28, 2022 17:31
Billy2011 added a commit to Billy2011/streamlink-27 that referenced this pull request Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin issue A Plugin does not work correctly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

plugins.dailymotion: Stopped working, ValidationError
2 participants