Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 483 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 483 Bytes

Youtube-Downloader

Download the youtube videos through this project. Its very much simple. Currently, the website is in beta phase at http://getvids.herokuapp.com . Very soon, the website will be officially launched.

Installation Instructions

git clone https://github.com/DESHRAJ/Youtube-Downloader.git ytd

cd ytd/ytd

virtualenv env

source env/bin/activate

pip install -r requirements.txt

python manage.py runserver