Skip to content

A Python script for downloading YouTube videos and playlists. Utilizes Pytube for fetching content, Alive Progress for real-time progress tracking, and Colorama for colorful terminal output.

Notifications You must be signed in to change notification settings

divyanshupatel17/YouTube-Video-And-Playlist-Downloader-using-PYTHON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

🎥 YouTube Video & Playlist Downloader 🎥

A versatile tool to download YouTube videos and playlists with ease!

Script by Divyanshu

YouTube Downloader

📜 Table of Contents


✨ Features

  • 📥 Download Single Video: Easily download individual YouTube videos.
  • 🎵 Audio Only: Extract and download audio from YouTube videos.
  • 📺 Download Playlists: Download entire playlists with a single command.
  • 📁 Custom Resolution: Choose from available video resolutions.
  • 🌈 Colorful Terminal Output: Enhanced terminal experience with colored text.
  • 📊 Progress Bars: Real-time download progress tracking with animated bars.

⚙️ Installation

Before you start, ensure you have Python installed on your system. You can download it from python.org.

  1. Clone the Repository

    git clone https://github.com/divyanshupatel17/YouTube-Video-And-Playlist-Downloader-using-PYTHON.git
    cd YouTube-Video-And-Playlist-Downloader-using-PYTHON
  2. Install Required Packages Install the necessary Python libraries by running:

    pip install -r requirements.txt

    If you don't have pip, you can install it from here.

Required Python Packages:

  • pytube
  • alive-progress
  • colorama

You can install these manually using:

pip install pytube alive-progress colorama
Installation

🚀 Usage

1. Run the Script

Navigate to the directory where the script is located and run:

python youtube_downloader.py

2. Follow the Prompts

  • Select Option: Choose 1 for single video or 2 for playlist.
  • Enter URL: Provide the video or playlist URL.
  • Download Location: Specify the download folder.
  • Select Download Type: Choose from audio only, video only, or both.
  • Choose Resolution: Pick your preferred video resolution.

🌟 What Makes It Different

  • User-Friendly Interface: Intuitive prompts and colorful outputs enhance user experience.
  • Flexible Download Options: Choose between downloading audio, video, or both.
  • Batch Processing: Download entire playlists effortlessly.
  • Progress Monitoring: Track your download progress with animated bars.
  • Error Handling: Intelligent error checking ensures smooth downloads.

🤝 Contributions

Feel free to contribute! Check out the repository and create a pull request or open an issue with suggestions.

🔗 GitHub Repository: YouTube Video And Playlist Downloader using PYTHON

Love

Developed with ❤️ by Divyanshu


📸 Connect with Me

About

A Python script for downloading YouTube videos and playlists. Utilizes Pytube for fetching content, Alive Progress for real-time progress tracking, and Colorama for colorful terminal output.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages