Skip to content

johnteslade/vimeo-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

vimeo-downloader

Bash script to download a video from Vimeo to your computer. This is originally based on "Vimeo Downloader 0.3" from http://ossguy.com/?p=841

The complexity of the vimeo site has increased recently and there are several codec and quality options available. This script will just select the first HD or SD video to download.

I would recommend using the youtube-dl tool (http://rg3.github.io/youtube-dl/) which, despite the name, supports Vimeo downloads. This tool is available in pypi and in many Linux package repositories.

Usage

Run the following from the command line:

./vimeo_downloader.sh http://vimeo.com/1084537

Can also just use the ID

./vimeo_downloader.sh 1084537

About

Bash script to download a video from Vimeo to your computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages