How to download videos from Vimeo (when yt-dlp doesn't work)
At this particular moment in time, yt-dlp (v2024.05.27) apparently isn't able to download videos from the (shitty) Vimeo platform. Try this...
- on the video page, click the Share icon and copy the embed code
- paste the embed code in a text editor and copy the video source URL (the part after src=") up to the first "?" character (
https://player.vimeo.com/video/<video_id>) - open the video URL in your browser and view the HTML source
- search the HTML for
https://vod-progressive.akamaized.net/and copy the entire URL, ending just before the double quote (the URL may end in ".mp4") - open that URL in your browser and press Ctrl+S