AndreMiras / tubedl

Online video downloader
tubedl.herokuapp.com
26 stars 32 forks source link

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