yt-dlp web ui using joewalnes/websocketd and js sends a notification when it finishes downloading
- download and install yt-dlp and websocketd
- download this repo (git clone or zip)
- chmod +x start.sh
- export STORAGE_LOCATION=/home/user/download
- ./start.sh
- navigate to localhost:8080
- input a url for yt-dlp to download to your storage location and click download button
- watch the output on the webpage, and receive the notification in browser when its done.