Density012
Existing tagssupermeufs-queers

Bandcamp

Covers

Ödland

ACS

Halsey

Nadia Rose

KALI UCHIS

Princess Nokia

Kero Kero Bonito

M.I.A.

Sia

OH MU

IAM DDB

Doja Cat

Shay

ultraboum

frakav

SoKo

Bagarre

mimosa

Dani Cosmic

Zinée - Topic

Ani Westendorp

Clarika

Billie Eilish

Hoshi

Ashnikko

Mansfield.TYA (officiel)

Héro Echo

Lous and the Yakuza

Sexy Sushi

Ouest Causse

Compagnie Jolie Môme

La Femme

René Binamé

PommeMusic

Les Ogres de Barback

deadbrik

Pierre Vanier

Plélist

Pl1 dalbum sinpa chanson oui

Claudus - France Gall

CLIO

Jacques Brel

Emily Loizeau

Thomas Bergerson - Two Steps From Hell

Joe Hisaishi Official

Zaho Officiel

SHY'M

OSEAN WORLD

Yameii Online - Topic

1312BPM | Free Listening on SoundCloud

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

declare -a list=("https://soundcloud.com/odlandmusic" "https://soundcloud.com/user-539475051" "https://www.youtube.com/HalseyVEVO/" "https://www.youtube.com/user/NadiaRoseVEVO" "https://www.youtube.com/channel/UCQTuAezPu6MOpcIJ1Tz9dNA" "https://www.youtube.com/user/dnfrasqueri/videos" "https://www.youtube.com/channel/UC87PQkY3dDS-FastDm97emA" "https://www.youtube.com/channel/UCG4ei7sWX6m2itTEhbWQmuA" "https://www.youtube.com/channel/UCN9HPn2fq-NL8M5_kp4RWZQ" "https://www.youtube.com/channel/UCTUGKzPRXG4qBwLdYJ7cEKQ" "https://www.youtube.com/channel/UCdADIhED9-Plw02DwWqFPZA/videos" "https://www.youtube.com/channel/UCzpl23pGTHVYqvKsgY0A-_w" "https://www.youtube.com/user/shayofficiel/featured" "https://soundcloud.com/ultraboum" "https://soundcloud.com/user-704463341/tracks" "https://www.youtube.com/user/SoKoMusic" "https://www.youtube.com/user/noussommesbagarre/" "https://soundcloud.com/mimosa_rose" "https://www.youtube.com/channel/UCSQM4QQtSGMTHBFzoLByvhg" "https://www.youtube.com/channel/UCKquqIhJ4vIhhHSYHCe64_A" "https://www.youtube.com/channel/UCLyy7-EvNVXOvXB1bAPJGpw" "https://www.youtube.com/channel/UCS47RIiu-IQty6tY7xk2hqQ/videos" "https://www.youtube.com/channel/UCiGm_E4ZwYSHV3bcW1pnSeQ" "https://www.youtube.com/channel/UClGQO9cSKPAfr4ahLGO1XaA" "https://www.youtube.com/channel/UCprhwr86ckrMC2q9jX8qMnw" "https://www.youtube.com/channel/UCr_F61AxHrXQPZbW_hRzqFQ" "https://www.youtube.com/channel/UCxS-bgG8T7fb38jgEf96U1A" "https://www.youtube.com/channel/UCz7f4Cl9tlNs26mOmc6-lbg" "https://www.youtube.com/user/SEXYSUSHILEVRAI" "https://www.youtube.com/channel/UCh9hlCEJQHnwYB473kcitTQ" "https://www.youtube.com/channel/UCis5BJL3LLQFUEb8YAapKuQ" "https://www.youtube.com/user/LaFemmeVEVO" "https://www.youtube.com/user/binlist/videos" "https://www.youtube.com/channel/UCZy0-5YHgLpzgT-biGtJgJg/videos" "https://www.youtube.com/user/LesOgresOfficiel/videos" "https://www.youtube.com/user/deadbrik" "https://www.youtube.com/user/ThePeterSongs" "https://www.youtube.com/playlist?list=PLfSN5VhbF8BB1UtY8miLllczx4hn9P4Jh" "https://www.youtube.com/user/amicidellelame" "https://www.youtube.com/user/Claudus1943/videos" "https://www.youtube.com/channel/UCu6RlSZlT_E3uRzz1uqt7eQ" "https://www.youtube.com/channel/UCyWoPyPI3wfcq56qU5bKkBQ" "https://www.youtube.com/user/EmilyLoizeauVEVO" "https://www.youtube.com/user/TwoStepsFromTheMusic/videos" "https://www.youtube.com/channel/UCxyzciBLt1Hyw06dlqwAIkw" "https://www.youtube.com/channel/UCI92Phzz3hEI7cqocUSDi1g" "https://www.youtube.com/user/shymTV" "https://www.youtube.com/c/OSEANWORLD/videos" "https://music.youtube.com/channel/UCig3XL74Dm9eKDo8i6Sdlrg" "https://soundcloud.com/1312bpm")

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