/yt-downloader

simple web app to download youtube videos

Primary LanguagePython

YouTube video downloader

Files


.
│   .dockerignore
│   Dockerfile
│   README.md
│   requirements.txt
│   
└───app
    │   main.py
    │   
    ├───downloads
    ├───src
    │       yt_handler.py
    │       
    └───templates
            base.html
            index.html
            

Run

start_project