diff --git a/home/default/.local/bin/musdl b/home/default/.local/bin/musdl index df5437b..151471b 100755 --- a/home/default/.local/bin/musdl +++ b/home/default/.local/bin/musdl @@ -4,7 +4,7 @@ file="$(wl-paste)" directory="$HOME/Music" case "$file" in - *youtube.com*|*youtu.be*|*bandcamp.com*) + *youtube.com*|*youtu.be*|*bandcamp.com*|*soundcloud.com*) notify-send "Downloading" "$file" cd $directory && yt-dlp --embed-metadata --embed-thumbnail -xc -f bestaudio/best --restrict-filenames "$file" && notify-send "Music added!" "$file is now saved to the music directory." ;;