/yt_downloader

Primary LanguageJavaScript

yt_downloader

forthebadge
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
cp(space).env.example(space).env
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.