Skip to content

RameshBabuPalla/youtube-downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

YouTube Video Downloader

Introduction

Welcome to the YouTube Video Downloader project! This is a simple yet powerful Python application that allows you to download YouTube videos to your local machine. This project is perfect for those looking to improve their Python skills and contribute to open-source projects.

Features

  • Download YouTube videos in the highest resolution available.
  • User-friendly command-line interface.
  • Handle exceptions and errors gracefully.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Python installed on your machine (Python 3.6+ recommended).
  • Basic understanding of Python programming.
  • Internet connection to download necessary libraries.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/Pranjol-Dev/youtube-downloader.git
  2. Navigate to the project directory:

    cd youtube-downloader
  3. Install the required libraries:

    pip install pytube

Usage

  1. Open your terminal and navigate to the project directory.

  2. Run the script:

    python youtube_downloader.py
  3. Follow the prompts to enter the YouTube video URL and the path where the video will be saved.

Example

Here's a quick example of how to use the YouTube Video Downloader:

$ python youtube_downloader.py
Enter the YouTube video URL: https://www.youtube.com/watch?v=example
Enter the path where the video will be saved: /path/to/save
Downloading: Example Video Title
Download completed!

About

A simple Python application to download YouTube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%