Use youtube-dl directly to download the video (thanks @meepybub!) Example:
youtube-dl -u <youremailaddress@example.com> "https://vimeo.com/ondemand/<video>"
If variant 1 doesn't work, try this.
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]