/YouTube-Downloader

YouTube playlist and audio Downloader.

Primary LanguagePython

YouTube-Downloader

A simple script to download audio from any YouTube Video.


Usage:

Create requirements.txt with following code:

pytube
requests
tqdm
colorama

Install the libraries with :

pip install -r requirements.txt

Run the script

python downloader.py

Features:

  • Download's entire playlist.
  • Choose between MP3 or WAV file format.

Changelog:

Update 1.0 (15/04/2023)

  • Rewritten the code.
  • Added a function to download a playlist.
  • Added a function to choose between MP3 or WAV file format.