A Python script that simplifies the process of downloading both videos and audio from YouTube using the Pytube library.
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.
-
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.
- Python 3.6 or higher
- Pytube library
-
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
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.