tubedl

Online video downloader

Stars
26

tubedl

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

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.

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
Badges
Extracted from project README
Build Status Deploy
Related Projects