Damus
calle · 37w
youtube-dl --extract-audio --audio-format mp3 <youtube-link> Thank me later
๐–˜๐–Š๐–™๐–™๐–” profile picture
yt-dlp -x -cio "%(playlist_title)s/%(playlist_index)02d-%(title)s.%(ext)s" --parse-metadata "playlist_index:%(track_number)s" --add-metadata --audio-quality 0 <link to album playlist on YouTube>

No need to thank me, I didn't come up with it. But not only does it download an entire album with good file names, it is faster because it picks the best audio quality available and doesn't convert it.
2โค๏ธ2