Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

Holinhed-Studio/youtube-dl-ui

Repository files navigation

youtube-dl User Interface

A customizable user interface for youtube-dl (YouTube downloader library)

Getting Started

These instructions will help you set up youtube-dl and the user interface as well as ffmpeg and ffprobe.

Prerequisites

###youtube-dl-ui requires third-party materials in order to function correctly

  1. youtube-dl
  2. Microsoft C++ Redistributable 2010
  3. ffmpeg, ffprobe, and ffplay

Installing

Please download the latest release build of the youtube-dl before proceeding.

Step 1 -- Extract zip files to your desktop
Step 2 -- Put all binary files in the same bin folder

Running from source

yarn install
yarn run electron:serve

Build

yarn run electron:build

Input a video URL and choose a format. Then click Download.

Built With

  • Electron
  • VueJS

Contributing

Not available at this time. Feel free to report issues.

Authors

Also check the list of contributors who develop youtube-dl-ui

License

This project is licensed under the GPLv3 License - see the LICENSE file for details

Other Notes

  • Special thanks to the team who created the original youtube-dl and ff binaries