A frontend website that uses yt-dlp's Python API to allow users to download content from YouTube. Built using Flask!
Install yt-dlp-web with pip
git clone https://github.com/char2int/yt-dlp-web/
cd yt-dlp-web
pip install -r requirements.txt
To deploy yt-dlp-web
py main.py
It will default to port 80, you can change the port in main.py.
I made this python script to learn more about python and flask. This is my first flask script and I am quite happy with it. I plan on pushing some code refactoring and optimizations as I make them!
I will make a post about this project and when I do it will be linked here!
-
Additional options for video qualities
-
Automate format selection