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.
vimeo embed-only error message is unhelpful #17209
Comments
|
I wonder how you even read it. It clearly tells you to "call youtube-dl with the URL of the page that embeds this video", like |
|
That downloads all 11 videos from the page. The command that downloads only the video I told it to download (and the only one I wanted) is Let me clarify why I read it wrong. In the past I've downloaded videos this way (supplying 2 urls) so I knew that such a thing was possible. And I didn't know this video was embed only until I got the error message from running |
|
Passing or not passing referer is an implementation detail that should be handled internally by youtube-dl. Today passing referer works tomorrow it will require passing some additional headers/cookies/wahtever making using |
|
Yeah, I thought it would be a quick fix. I didn't realise that the implementation is quite complicated. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.08.04. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
When downloading a video from vimeo that can only be viewed when embedded in a page
youtube-dltells me to provide it the embedding url. But it doesn't say how. It should tell me that I need to use the--refereroption but instead I have to google this every time.I think this section in vimeo.py should be changed to:
or something that includes
--referersomewhere, so users know how to follow the instructions given.(e.g. "https://player.vimeo.com/video/273870088" in "https://www.publicchristianity.org/episode-1-war-peace-guided-tour/#oldTestament")