Flask web app to download videos. Run below commands to access the webapp at your browser:
- git clone https://github.com/santhoshkmr88/ytd-webapp.git && cd ytd-webapp
- pip install requirements.txt
- flask run
- browser url "localhost:8080/"
Alternative:
- docker run -p 8080:8080 santhoshkmr88/ytd-web
- browser url "localhost:8080/"