Skip to content

yt-dlp web ui using websocketd and js

License

Notifications You must be signed in to change notification settings

barakplasma/yt-dlp-web-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.