Skip to content

jeturgavli/Youtube-Playlist-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Downloader

This is a simple Python script for downloading YouTube videos and playlists using the pytube library.

Installation

  1. Clone this repository:
    git clone https://github.com/jeturgavli/Youtube-Playlist-Downloader.git
    cd Youtube-Playlist-Downloader
    
  2. Install the required libraries:
    pip install pytube
    

Usage

Single Video Download

  • To download a single video, run the script and choose option '2'. Then enter the video URL when prompted.
    python youtube_downloader.py
    

Playlist Download

  • To download a playlist, run the script and choose option '1'. Then enter the playlist URL when prompted.
    python youtube_downloader.py
    

Features

  • Download single YouTube videos at the highest resolution.
  • Download entire YouTube playlists concurrently (split into 4 threads).

Program Structure

  • youtube_downloader.py: Main script file.

Author

image image image image

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Youtube Playlist Download | Single & Playlist ▶

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages