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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file vimeodownload.py-0.0.2.tar.gz
.
File metadata
- Download URL: vimeodownload.py-0.0.2.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e624a1943b7b84a3feb6ea41cae199d4dfdcc379f375758b5ba19a96cf72985 |
|
MD5 | b38dfea8f8f33cc49312ae0939ff10b5 |
|
BLAKE2b-256 | 66d6bf2b4f483e78b2de9c87b1385c99901de3632cae0f07428b5b9bbe8348b4 |
File details
Details for the file vimeodownload.py-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: vimeodownload.py-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a3afa1fcdb6d4d354311c8dc365bb0ab3ca1abf6f554c564be4d49918b9b616 |
|
MD5 | c4de9d363148e98476bfd51557b2e552 |
|
BLAKE2b-256 | 71cb7d3c72e1882c06bfc51fa6b63763c967d30d722b9ae1356b1257673427c6 |