THis project uses yt_dlp and flask to request and download videos.
Run these commands to get the virtual environment (venv) set up
python -m venv .venv
Set-ExecutionPolicy RemoteSigned -Scope Process
.venv\Scripts\activate
Copy the contents of app.py and templates/index.html* into your own files.
Dowload the yt_dlp and flask packages using
python -m pip install <package name>
run python app.py and bam!