Skip to main content

Download videos from Vimeo

Project description

vimeodownload.py

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vimeodownload.py-0.0.2.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

vimeodownload.py-0.0.2-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page