Skip to content

Instantly share code, notes, and snippets.

View nodex4's full-sized avatar
☠️
programming

Eugene nodex4

☠️
programming
View GitHub Profile
@nodex4
nodex4 / downloadYoutubePlaylist.py
Created March 25, 2025 16:58
[PY] Download Youtube/ YT Music playlist with error logging, process info, multithreading and download with all metadata like cover, author, album, etc.
import os
import yt_dlp
from concurrent.futures import ThreadPoolExecutor, as_completed
from rich.progress import Progress, BarColumn, TextColumn, TimeRemainingColumn
from rich.console import Console
from mutagen.mp3 import MP3
from mutagen.id3 import ID3, APIC, TIT2, TPE1, TALB
#? use https://y2mate.nu/en-kKuO/ for the failed ones