Youtube-web is the Web app for those who want to download high quelity video form youtube
In Simple Word This web app Download Youtube Video from Youtube
I Gave this section because of i don't make virtual environment So You Can Use this code for the Backend
First Install Flask For the Above Give Flask link
pip install flask
after completing the installation of the Flask You Have To Open the cmd in that folder
First write the command for the seting the application of the flask
set FLASK_APP = back1.py
After that for the running the server on locally
python -m flask run
Demo Of Above Code