- 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
- Python
- Flask - The Python micro framework for building web applications.
- yt-dlp - A youtube-dl fork with additional features and fixes
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Abhijith N T - Initial work
See also the list of contributors who participated in this project.
Join the News channel. Here we will post releases and updates.
The youtube-downloader is licensed under the MIT license.