SpdPnd98 / python-youtubeDownloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Youtube Downloader

Disclaimer: The downloader logic is refered from Stokry, check out his written article.

I mainly updated the code to fit my use case.

How to use:

  1. Install the requirements:
pip install -r requirements.txt
  1. Make a folder called output in your current directory
  2. Add links to youtube videos you'd like to download as mp3 in links.json. Feel free to remove my personal playlist and add your own URLs.
  3. In the root directory, run the following:
python download.py

Enjoy!

About


Languages

Language:Python 100.0%