ranahaani / YouTube-Downloader

Django YouTube Downloader Using youtube-dl

Home Page:https://ytdl-gui.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Django YouTube Downloader Using youtube-dl

https://ytdl-gui.herokuapp.com/

License:MIT License


Languages

Language:HTML 46.4%Language:CSS 27.5%Language:Python 25.5%Language:Dockerfile 0.5%Language:Procfile 0.1%