Density012
Existing tagssupermeufs-queers

Pannenkoek2012

UncommentatedPannen

SuperJday64

Kaze Emanuar

Simply

Kosmicd12

Bismuth

Use this to download this category as MP3 with youtube-dl:

declare -a list=("https://www.youtube.com/channel/UCMm211NGh4Ls5SAMZJF7E8A" "https://www.youtube.com/user/pannenkeok2012" "https://www.youtube.com/channel/UCjkQgODdmhR9I2TatJZtGSQ" "https://www.youtube.com/user/KazeBG0" "https://www.youtube.com/user/SimplyN64/videos" "https://www.youtube.com/user/Kosmicd12/videos" "https://www.youtube.com/user/BismuthWasTaken/")

for val in ${list[@]}; do
name=$(basename "$val")
if [ -e $name ]
then
continue
fi

mkdir $name
cd $name
youtube-dl -f mp3-128 $val
cd ..
done