santhoshkmr88 / ytd-webapp

web app to download videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask web app to download videos. Run below commands to access the webapp at your browser:

  1. git clone https://github.com/santhoshkmr88/ytd-webapp.git && cd ytd-webapp
  2. pip install requirements.txt
  3. flask run
  4. browser url "localhost:8080/"

img.png

Alternative:

  1. docker run -p 8080:8080 santhoshkmr88/ytd-web
  2. browser url "localhost:8080/"

About

web app to download videos

License:MIT License


Languages

Language:Python 39.2%Language:CSS 29.8%Language:HTML 19.2%Language:Dockerfile 11.8%