Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 973 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 973 Bytes

yt-dlpweb

Features

  • yt-dlpweb is basically a yt-dlp-based web server.
  • Open source
  • You can edit anything and feel free to ask any question / issue.

Guide

Download

Simply click on Code > Download ZIP and then extract wherever you want.

Running the server

To run the server, first you need to have installed Python, which you can download from the Microsoft Store, or the official page.

Then download this dependencies

pip install flask
pip install yt-dlp
pip install waitress

Also, if you want to download .mp3 files you need to install FFMPEG

Now simply run start.bat and you can go to localhost:8000 or 127.0.0.1:8000 and you can start downloading

Made with <3 by spliit