Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 592 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 592 Bytes

yt-dlp-web-ui

yt-dlp web ui using joewalnes/websocketd and js sends a notification when it finishes downloading

getting started

  1. download and install yt-dlp and websocketd
  2. download this repo (git clone or zip)
  3. chmod +x start.sh
  4. export STORAGE_LOCATION=/home/user/download
  5. ./start.sh
  6. navigate to localhost:8080
  7. input a url for yt-dlp to download to your storage location and click download button
  8. watch the output on the webpage, and receive the notification in browser when its done.