This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |