Skip to content

Instantly share code, notes, and snippets.

@brianlamb
Forked from mmathys/vimeo-vod.md
Created October 15, 2020 14:05
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 brianlamb/3778291e255837182791efec5d4278f1 to your computer and use it in GitHub Desktop.
Save brianlamb/3778291e255837182791efec5d4278f1 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
@brianlamb
Copy link
Author

Doesn't seem to be a valid link to the chrome plugin.
Found this one "Get Cookies TXT" https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid

Or this one which references the original cookies.txt One Click https://chrome.google.com/webstore/detail/cookiestxt-one-click/pneebejkjkhadolkdpiigilcjcnopkog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment