Skip to content

A simple package that downloads public and private Vimeo videos.

License

Notifications You must be signed in to change notification settings

jamiegyoung/vimeodownload.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple package that downloads public and private Vimeo videos.

NOTE: This module is not extensively tested so use at your own risk. If you do find an issue, please report it on the GitHub repository

Usage

vimeodownload.get_video(url, destination, replace=False, quiet=False)

The quiet argument will make the script not print any output. The replace argument will overwrite existing files.

Example

import vimeodownload

vimeodownload.get_video("https://vimeo.com/148751763", "./vid.mp4")
vimeodownload.get_video("https://vimeo.com/148751763", "./other/vid.mp4", replace=True, quiet=True)

The above example will download a video to ./vid.mp4 with output and ./other/vid.mp4 without any output.

About

A simple package that downloads public and private Vimeo videos.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages