rinaldifonseca / vimeo-download

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Downloads segmented audio+video from Vimeo and saves as .mp4

This script is useful for cases where youtube-dl is unable to find the master url, for example on pages that require login or cookies.

Install

Install requirements with pip install -r requirements.txt

Usage

To use this script, the master url needs to be manually extracted from the page:

python vimeo_downloader.py --url "http://...master.json?base64_init=1" --output <optional_name>

To get the master url:

  1. Open the network tab in the inspector
  2. Find the url of a request to the master.json file
  3. Run the script with the url as argument

Acknowledgements

Code merges the following gists:

Alternatives

For a more convenient experience use youtube-dl ( http://rg3.github.io/youtube-dl/ ) if youtube-dl is able to find the url

About

License:The Unlicense


Languages

Language:Python 100.0%