Using yt-dlp (thank you @ayyucedemirbas!)
You must have a Vimeo account, do not sign in via Google or anything else, yt-dlp
asks for your email address and password to log in.
You must install the yt-dlp via the command below (for MacOS):
brew install yt-dlp
and then, when the installation is completed, you must use the command below to download the video:
yt-dlp -u [email protected] https://vimeo.com/ondemand/linktoyourvideo
It will ask for your password to log in, enter it. Your download should begin.
Use youtube-dl directly to download the video (thanks @meepybub!) Example:
youtube-dl -u <[email protected]> "https://vimeo.com/ondemand/<video>"
Login to Vimeo and get the cookies.txt file using this Chrome plugin
Use youtube-dl to download the video Example:
youtube-dl "https://vimeo.com/ondemand/<video>" --cookies cookies.txt
I had a lot of success with this repo for private videos: https://github.com/Tusko/vimeo-private-downloader
Hi, I'm new to this but want to share a vimeo vod with my students (teaching online means it's difficult to stream video content live through a web call etc etc. So I need to dl the file so that they can play it themselves)
I get a warning and can only download the trailer. Can you help please?
Thanks so much in advance.
eg code I'm getting;
youtube-dl "url" --cookies vimeo.com_cookies.txt
[vimeo:ondemand] url: Downloading webpage
[vimeo:ondemand] url: Extracting information
[vimeo:ondemand] url: Downloading JSON metadata
[vimeo:ondemand] url: Downloading JSON metadata
WARNING: [vimeo:ondemand] url: Failed to parse JSON Expecting value: line 3 column 3 (char 6)
[vimeo:ondemand] url: Downloading akfire_interconnect_quic m3u8 information
[vimeo:ondemand] url: Downloading akfire_interconnect_quic m3u8 information
[vimeo:ondemand] url: Downloading fastly_skyfire m3u8 information
[vimeo:ondemand] url: Downloading fastly_skyfire m3u8 information
[vimeo:ondemand] url: Downloading akfire_interconnect_quic MPD information
[vimeo:ondemand] url: Downloading akfire_interconnect_quic MPD information
[vimeo:ondemand] url: Downloading fastly_skyfire MPD information
[vimeo:ondemand] url: Downloading fastly_skyfire MPD information
[download] url.mp4 has already been downloaded
[download] 100% of 41.58MiB
[edit - took out the url link]