Skip to content

kingrishabdugar/yt_downloader

 
 

Repository files navigation

yt_downloader

forthebadge
Join the chat at https://gitter.im/NIT-dgp/General

GSoC Heat 2020
forthebadge forthebadge forthebadge forthebadge

How To:



Execute the following in terminal:


mkdir YouTubeDownloader
cd YouTubeDownloader
sudo apt install python3-venv
python3 -m venv <environment name>
source <environment name>/bin/activate
git clone https://github.com/himanshu272/yt_downloader.git
cd yt_downloader
pip3 install -r requirements.txt

python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver

Now the server is running at `127.0.0.1:8000`

Contribute:

Read the CONTRIBUTING.md to know how to contribute

  1. Find an issue to resolve.
  2. Comment on the issue.
  3. Fork the repository
  4. Make changes and push.
  5. Make a pull request and wait for merging.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.9%
  • CSS 28.3%
  • Python 9.0%
  • HTML 3.8%