Skip to content

Instantly share code, notes, and snippets.

@Shaltz
Forked from mmathys/vimeo-vod.md
Created March 6, 2021 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shaltz/18d1b39da3e42b3541c8f557ce283607 to your computer and use it in GitHub Desktop.
Save Shaltz/18d1b39da3e42b3541c8f557ce283607 to your computer and use it in GitHub Desktop.
Download Vimeo VOD (video on demand)

How to download vimeo VOD for offline usage

Step 1

Login to Vimeo and get the cookies.txt file using this Chrome plugin

Step 2

Use youtube-dl to download the video. Example:

youtube-dl "https://vimeo.com/ondemand/<video>" --cookies cookies.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment