Skip to content

Kavex/Youtube-Playlist-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Youtube-Playlist-Downloader

image

Exe Download: https://github.com/Kavex/Youtube-Playlist-Downloader/releases

YouTube Playlist Downloader (yt-dlp)

A simple graphical tool for downloading YouTube playlists using yt-dlp and Tkinter. This script allows users to select a download folder, choose the desired video resolution, and monitor the download progress in real-time.

Features

  • Playlist Download: Download entire YouTube playlists.
  • Multiple Resolutions: Choose from common YouTube resolutions (e.g., 2160p, 1080p, 720p, etc.).
  • Graphical User Interface: Built using Tkinter for ease of use.
  • Real-time Logging: Displays download progress and messages in a console window.
  • Threaded Downloads: Uses threading to keep the GUI responsive during downloads.

Requirements

  • Python 3.x
  • yt-dlp
  • Tkinter (usually included with Python)

Install the required Python packages using pip:

  pip install yt-dlp tk

Upgrade yt-dlp:

  pip install --upgrade yt-dlp