Listening to YouTube is unbearable now. All ads I get served are very bad ugly weird.
So. Using recipe to feed VLC:
yt-dlp.sh -t mp3 --embed-thumbnail --yes-playlist --add-metadata --metadata-from-title "%(title)s" --parse-metadata "title:%(title)s" --parse-metadata "uploader:%(artist)s" --output "%(title)s.%(ext)s" PLAYLIST_URL
file-rename -e 's/Poison Girls - //' *mp3
ls -tr --full-time | cut -c 70- > Real_Woman.m3u
