This repository is the React Web application created to interact with the backend application. It's a very simple project created to ease the work needed to download an MP3 audio file from that funny highlights video from your favorite streamer.
Since this repository holds the frontend code, you will also need to run the backend.
Clone the repository and install all dependencies
git clone https://github.com/youtubedl-web/webui
cd webui && yarn install
The only step remaining is a .env file (here's an example .env file here). Don't forget it should be set up according to the values from the backend's configuration file (config.json
)
Start the Web UI and have fun!
yarn start
DISCLAIMER: Neither do I or any contributors endorse piracy and any way of business with this applications, be it the Web UI or the Backend. This project was made for pure practice and at the same time it's a tool I use myself to download entertainment content: stream highlights, memes and such. Therefore, under no circumstance do I hold accountability the consequences of prohibited use of this project.