youtube_downloader simple flask youtube-downloader web application Dependencies flask pytube How to run git clone https://github.com/marcos-diniz/ytdownloader.git cd ytdownloader python -m virtualenv venv source venv/bin/activate python -m pip install flask pytube flask run