YouTube Playlist Downloader is a Python script that allows you to download videos from a YouTube playlist in various resolutions, including audio-only.
- Download entire YouTube playlists
- Choose video resolution: high (720p), low (360p), or audio-only
- Detailed video information display before download
- Python 3.x
pytube
library
-
Clone the repository:
git clone https://github.com/AbdooMohamedd/download-YouTube-playlist-Using-Pytube.git cd download-YouTube-playlist-Using-Pytube
-
Install the required Python libraries:
pip install pytube
-
Run the script:
python Download youtube playlist .py
-
Enter the YouTube playlist URL when prompted:
Enter the YouTube playlist URL: <your-playlist-url>
-
Enter the download path where you want to save the videos:
Enter your download path: <your-download-path>
-
Choose the resolution for downloading (high/low/audio):
Choose resolution (high/low/audio): <your-choice>
-
The script will start downloading the playlist videos to the specified path.
$ python Download youtube playlist .py
Enter the YouTube playlist URL: https://www.youtube.com/playlist?list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ
Enter your download path: /path/to/download
Choose resolution (high/low/audio): high
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a pull request
- pytube - A lightweight, dependency-free Python library for downloading YouTube videos.