- yt-dlpweb is basically a yt-dlp-based web server.
- Open source
- You can edit anything and feel free to ask any question / issue.
Simply click on Code > Download ZIP and then extract wherever you want.
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