Skip to content

adeelkazmi/vimeo-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vimeo Downloader

Download videos from vimeo especially if all you have is a Vimeo Player URL (e.g. https://player.vimeo.com/video/12345678). This still works with the normal vimeo links as well (https://vimeo.com/12345678).

Prerequisites

Python3 is required with the requirements detailed in requirements.txt

Download the required python packages using:

pip install -r requirements.txt

Usage

To download the mp4 video, by default it will choose 720p:

python vimeo-dl.py https://player.vimeo.com/video/12345678

To see all the available quality levels:

python vimeo-dl.py https://player.vimeo.com/video/12345678 --all

And to download the required quality level:

python vimeo-dl.py https://player.vimeo.com/video/12345678 --quality 1080p

About

Download videos from vimeo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages