Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Checklist
Verbose log of embed link
The video in the playlist can be watched in a browser using the first link in the youtube-dl command.
Verbose log of
player.vimeo.com/video/34...linkAs discussed in #3582 and #14600, the original player.vimeo link is used. However, this link doesn't work in my browser.
Description
I have a Vimeo playlist from which I try to download one of the video's. The list is at https://vimeo.com/event/9751/embed.
I have the link to the website where the playlist is located: https://sigmod2019.org/live_streams.
If I run
youtube-dl -v "https://vimeo.com/event/9751/embed" --referer "https://sigmod2019.org/live_streams", I get anERROR: no suitable InfoExtractor for URL ....As discussed in #3582 and #14600, the original
player.vimeo.com/...link is used. However, this link doesn't work in my browser (Chrome 75.0.3770.100-1 or Firefox 67.0.4 on Ubuntu 18.04). If I try withyoutube-dl -v "https://player.vimeo.com/video/346219137" --referer "https://sigmod2019.org/live_streams", I get aWARNING: Unable to download JSON metadata: HTTP Error 404: Not Found ERROR: No video formats found.Thanks for the great software!