Skip to main content

Download videos and retrieve metadata from Vimeo.

Project description

Vimeo Downloader

Downloads Vimeo videos and retrieve metadata such as views, likes, comments, duration of the video.

  • Easy to use and friendly API.
  • Support for downloading private or embed only Vimeo videos.
  • Retrieve direct URL for the video file.

Installation

pip install vimeo_downloader

Usage

>>> from vimeo_downloader import Vimeo
>>> v = Vimeo('https://vimeo.com/503166067')

Metadata

>>> meta = v.metadata
>>> meta.title
"We Don't Have To Know - Keli Holiday"
>>> meta.likes
214
>>> meta.views
8039
>>> meta._fields # List of all meta data fields
('id', 'title', 'description'...) # Truncated for readability

Download stream

>>> s = v.streams
>>> s
[Stream(240p), Stream(360p), Stream(540p), Stream(720p), Stream(1080p)]
>>> best_stream = s[-1] # Select the best stream
>>> best_stream.filesize
'166.589421 MB'
>>> best_stream.direct_url
'https://vod-progressive.akamaized.net.../2298326263.mp4'
>>> best_stream.download(download_directory='DirectoryName',
                        filename='FileName')
# Download video with progress bar and other information,
# to disable this behaviour use mute=True

Downloading private or embed only videos

>>> from vimeo_downloader import Vimeo
>>> v = Vimeo('https://player.vimeo.com/video/498617513',
              embedded_on='https://atpstar.com/plans-162.html') 

For embed only videos, also provide embedded_on parameter to specify the URL on which video is embedded without query parameters.

>>> v.streams
[Stream(240p), Stream(360p), Stream(540p), Stream(720p), Stream(1080p)]
>>> v.streams[-1].download(download_directory='DirectoryName',
                           filename='FileName')
# Downloads the best stream with progress bar and other information, 
# to disable this behaviour use mute=True

License

Distributed under the MIT licence. Read LICENSE for more information

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

vimeo_downloader-0.1.0.tar.gz (5.8 kB view details)

Uploaded Source

Built Distribution

vimeo_downloader-0.1.0-py2.py3-none-any.whl (5.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file vimeo_downloader-0.1.0.tar.gz.

File metadata

  • Download URL: vimeo_downloader-0.1.0.tar.gz
  • Upload date:
  • Size: 5.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

File hashes

Hashes for vimeo_downloader-0.1.0.tar.gz
Algorithm Hash digest
SHA256 102b7927a4fdf28ed7ad284f136d312bac130eb67b0ac67fd18510ecc4b01a39
MD5 ebed99a398f2a6b6d0e3697b375c82ff
BLAKE2b-256 47847d94b3f8de2a6e05faf938d43135cab6c1acc88d7dc60ef96e335d5457f0

See more details on using hashes here.

Provenance

File details

Details for the file vimeo_downloader-0.1.0-py2.py3-none-any.whl.

File metadata

  • Download URL: vimeo_downloader-0.1.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 5.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

File hashes

Hashes for vimeo_downloader-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 23c5b0febad0fe31b67146fb8981b4e654b2b798b114baa3244c478f7092d101
MD5 19d509dcb497f598b23286b25e085121
BLAKE2b-256 63d7c620eb60b84cc61165b07cf19e6505f9d8289789ed1e358d296305c91a93

See more details on using hashes here.

Provenance

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