Skip to content

A Python script that simplifies the process of downloading both videos and audio from YouTube using the Pytube library.

Notifications You must be signed in to change notification settings

shriyaa01/Multimedia-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pytube Multimedia Downloader

A Python script that simplifies the process of downloading both videos and audio from YouTube using the Pytube library.

Table of Contents

Introduction

In the world of multimedia, downloading videos and audio from YouTube has never been easier. This Python script empowers you to effortlessly download your favorite YouTube content, whether it's a high-quality video or audio file, with just a few simple steps.

Features

  • Video Download: Easily download YouTube videos by providing the video link and selecting your preferred resolution.

  • Audio Download: Download audio from YouTube videos by inputting the video link and choosing your desired audio format.

Requirements

  • Python 3.6 or higher
  • Pytube library

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/shriyaa01/Multimedia-Downloader.git

    cd multimedia-downloader

Install the required dependencies (Pytube):

pip install pytube

Usage

Run the script:

python3 -m downloader.py

Choose your desired action:
    Press 1 for video download.
    Press 2 for audio download.

Follow the on-screen prompts to enter the YouTube link and select your preferred resolution or audio format.

The script will download the content to your current working directory.

About

A Python script that simplifies the process of downloading both videos and audio from YouTube using the Pytube library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages