GithubHelp home page GithubHelp logo

vilagamer999 / bulk-private-vimeo-downloader Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 2.0 31 KB

A fast bulk private Vimeo video downloader!

License: MIT License

Python 100.00%
aria2 bulk-download downloader mp4 python3 video vimeo vimeo-downloader yt-dlp

bulk-private-vimeo-downloader's Introduction

Bulk Private Vimeo Downloader

A Python script to download restricted or private Vimeo videos using yt-dlp and aria2c with multithreading and simultaneous downloading.

It reads any plain text file containing Vimeo video links and bulk downloads them.

Installation

  1. Clone the repository:

    git clone https://github.com/Vilagamer999/Bulk-Private-Vimeo-Downloader

    (make sure you clone the repo in a directory where you have write permission)

  2. Install the required dependencies:

    • Ensure Python 3.x is installed.

    • Install yt-dlp:

      pip install yt-dlp
    • Install aria2c:

      • Windows: Download aria2c from https://aria2.github.io/ and add the aria2c executable to your system's PATH.

      • macOS: Install aria2c using Homebrew:

        brew install aria2
      • Linux: Install aria2c using your package manager:

        sudo apt-get install aria2
  3. Modify the script:

    • VERY IMPORTANT! (otherwise it won't work): update the "referer": parameter after yt_dlp_options = { like so "referer": "https://www.link-to-online-course-website.com"

    • (OPTIONAL): you can now also download password protected videos! simply add :: after each video link followed by the password in vimeo_links.txt like so https://vimeo.com/12345678::PASSWORD

  4. Run the script:

    python vimeo_downloader.py

If you encounter any issues or have suggestions for improvement, please feel free to create an issue or submit a pull request.

bulk-private-vimeo-downloader's People

Contributors

ammar0466 avatar vilagamer999 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bulk-private-vimeo-downloader's Issues

Password protected Videos

Hey any chance you can add the function to download password protected videos? password would be next to the URL. --video-password is the yt_dlp_option

Error: Unable to open fragment

It's not working for me.

I have changed the referer to https://vimeo.com and added the password to the video url with ::, but I keep getting this error when trying to download.

Any ideas?

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.