Giter Site home page Giter Site logo

ilarramendi / vimeo-portfolio-downloader Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 21 KB

Automaticaly finds and downloads videos from password protected vimeo collections (portfolios) with WGET

License: GNU General Public License v3.0

Python 100.00%
vimeo vimeo-downloader vimeo-video datahoarding

vimeo-portfolio-downloader's Introduction

Vimeo-Portfolio-Downloader

Python script to find MP4 links from password protected Vimeo-PRO collection (portfolios) and download them using WGET since the direct download of the vimeopro.com page (not mp4) with youtube-dl only downloaded the audio most of the times and had problems with password protection.

This script can also be used to generate direct links to Vimeo-PRO videos that can be played on any browser without a password or be easily downloaded with WGET.

This was developed to automaticaly download new videos from a certain institution 👀 (no names given) but should work with any Vimeo-Pro portfolio that is password protected, it can be easily modified (not implemented) to download videos from collections without password or from vimeo.com insted of vimeopro.com, the video file selected is the highest resolution available.

USAGE

  1. Clone repository (git clone https://github.com/ilarramendi/Vimeo-Portfolio-Downloader)
  2. install requests pip3 install requests
  3. Install WGET sudo apt install wget
  4. Edit config.json:
        WGET_BIN: Path to wget binary (whereis wget)
        OUTPUT_DIR: Output directory (file names explained later)
        DOWNLOAD: Array with multiple collections to download:
        > NAME: Name to save the collection
        > URL: Collection URL: /USER/COLLECTION_NAME (NOT vimeopro.com/USER/COLLECTION_NAME)
        > PASSWORD: Collection password
  5. RUN: python3 Vimeo-Portfolio-Downloader.py

Output

Videos will be saved in the sub-directory: OUTPUT_DIR/NAME
Video titles are taken from vimeo, if a date was found in the title it will be stored as: NAME_YYYY-MM-DD.mp4
If no date was found it will be stored as: NAME_TITLE.mp4

Parameters

--dry: Performs a dry run only printing the mp4 url to STDOUT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.