Skip to content

ranahaani/YouTube-Downloader

Repository files navigation

Youtube Downloader

Youtube Downloader is a Python Web application built with Django.

Heroku contributions welcome Website Status Contributors License Open Source Love

ScreenShot

FEATURES!

  • Download Youtube videos in every format ranging rom 144p to Full HD.
  • Easy to use, user friendly UI.

REQUIREMENTS

  • This App Uses Python 3.7, Django 3.1.1, youtube-dl.
  • If you face server error 500, just upgrade youtube-dl by pip install youtube-dl --upgrade

INSTALLATION

Install the dependencies and devDependencies and start the server.

$ git clone https://github.com/ranahaani/YouTube-Downloader.git
$ cd Youtube-Downloader
$ pip install -r requirements.txt
$ python manage.py runserver

DOCKER

$docker-compose up --build

The application will be available at : localhost:8000

If you want to change the port, just change it in the docker-compose.yml file.

LICENSE

MIT License