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.
Production environment:
make virtualenv
You also need system requirements e.g. for merging video/audio:
make system_dependencies
With Gunicorn WSGI server:
gunicorn tubedl.wsgi
With Django development server:
python manage.py runserver
make test