Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ប្រើពេលវេលាខ្លី
- Host: GitHub
- URL: https://github.com/eirsvi/youtube-playlist-dl-audio-video
- Owner: EIRSVi
- Created: 2024-09-29T09:58:00.000Z (about 1 month ago)
- Default Branch: docs
- Last Pushed: 2024-09-29T14:43:41.000Z (about 1 month ago)
- Last Synced: 2024-10-30T12:08:33.117Z (9 days ago)
- Topics: audio, downloader, python, script, video, youtube, youtube-downloader
- Language: Python
- Homepage: https://www.youtube.com/playlist?list=PLXYZ123
- Size: 14.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
- Python 3.x
-
yt-dlp for handling YouTube downloads. -
Colorama for terminal colors. -
pyfiglet for ASCII art. -
FFmpeg for audio conversion.
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!