Skip to content

sdoocc/tubedl

 
 

Repository files navigation

tubedl

Build Status

Online video downloader http://tubedl.herokuapp.com/

Deploy

Tube DL is a website for downloading videos from sites like YouTube.com. It is built on top of rg3/youtube-dl, the Django framework and works for both Python2 and Python3.

Screenshot

Install

Production environment:

make virtualenv

You also need system requirements e.g. for merging video/audio:

make system_dependencies

Run

With Gunicorn WSGI server:

gunicorn tubedl.wsgi

With Django development server:

python manage.py runserver

Tests

make test

About

Online video downloader

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 68.7%
  • HTML 18.0%
  • JavaScript 5.4%
  • Makefile 4.8%
  • Dockerfile 2.4%
  • CSS 0.6%
  • Shell 0.1%