A youtube downloader. Made of flask and yt-dlp
Getting started View screenshot Installation $ git clone https://github.com/abhint/youtube-downloader.git Change directory $ cd youtube-downloader Virtual Environment Optional $ pip install virtualenv$ virtualenv venv$ source venv/bin/activate Install dependencies $ pip install -r requirements.txt Run the Bot $ python main.py Heroku Deploy Built With Python Flask – The Python micro framework for building web applications. yt-dlp – A youtube-dl fork with additional features and fixes Contributing Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull […]
Read more