Login to Vimeo and get the cookies.txt file using this Chrome plugin
Use youtube-dl to download the video. Example:
| # Synchronize history between bash sessions | |
| # | |
| # Make history from other terminals available to the current one. However, | |
| # don't mix all histories together - make sure that *all* commands from the | |
| # current session are on top of its history, so that pressing up arrow will | |
| # give you most recent command from this session, not from any session. | |
| # | |
| # Since history is saved on each prompt, this additionally protects it from | |
| # terminal crashes. |
Login to Vimeo and get the cookies.txt file using this Chrome plugin
Use youtube-dl to download the video. Example:
| # Taps | |
| tap 'caskroom/cask' | |
| tap 'homebrew/cask-fonts' | |
| tap 'homebrew/cask-versions' | |
| tap 'homebrew/bundle' | |
| tap 'heroku/brew' | |
| # Install CLI Tools | |
| ## Shell Utilities | |
| brew 'coreutils' |
| #!/bin/bash | |
| # encode.sh | |
| # | |
| # Copyright (c) 2013 Don Melton | |
| # | |
| # This version published on June 7, 2013. | |
| # | |
| # Re-encode video files in a format suitable for playback on Apple TV, Roku 3, | |
| # iOS, OS X, etc. |