Density012
Existing tagssupermeufs-queers

Mamytwink

Nico Mathieux

AdcaZz

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

declare -a list=("https://www.youtube.com/user/mamytwink/videos" "https://www.youtube.com/channel/UCW0c8H6A5860RyfkXwxBpnQ/videos" "https://www.youtube.com/channel/UCN-ihxA9gI8_-RaEMCsPCIA/videos")

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