Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eirsvi/youtube-playlist-dl-audio-video

ទាញ​យក​ទាំង​ Video Audio ពី YouTube Playlist ដោយប្រើប្រាស់ Terminal ប្រើពេលវេលាខ្លី
https://github.com/eirsvi/youtube-playlist-dl-audio-video

audio downloader python script video youtube youtube-downloader

Last synced: 9 days ago
JSON representation

ទាញ​យក​ទាំង​ Video Audio ពី YouTube Playlist ដោយប្រើប្រាស់ Terminal ប្រើពេលវេលាខ្លី

Awesome Lists containing this project

README

        





YouTube Playlist Downloader

Summary


The YouTube Playlist Downloader is a tool designed to make downloading YouTube playlists easy and efficient. It allows users to download either video or audio-only formats from entire playlists, storing them neatly in organized folders on your system.

Features


  • Download entire YouTube playlists.

  • Choose between video-only or audio-only downloads.

  • Files are automatically organized into dedicated folders for videos or audios.

  • Simple, terminal-based interface.

Prerequisites

Ensure the following dependencies are installed on your system:

To install the necessary Python libraries, run:

```bash
pip install yt-dlp colorama pyfiglet
```

Make sure FFmpeg is installed and properly configured on your system.

Installation

1. Clone this repository:

```bash
git clone [email protected]:EIRSVi/youtube-playlist-dl-audio-video.git

cd youtube-playlist-dl-audio-video
```

2. Run the script:

```bash
python ytdl.py
```

Example


To download a YouTube playlist, you can enter a URL such as:


EXAMPLE PLAYLIST URL: https://www.youtube.com/playlist?list=PLXYZ123


You'll be prompted to choose between downloading either the video or the audio-only version.

Troubleshooting


If you encounter any issues while downloading, check the following:


  • Ensure yt-dlp and FFmpeg are installed correctly.

  • Verify that the YouTube playlist URL is correct.

  • Ensure proper permissions for the download directory.

License


This project is open-source and available under the MIT License.

Credits


Support us: @eirsvi


Feel free to reach out if you have any questions or feedback!

This version aligns all the header text and key elements to the center. Let me know if you need further adjustments!