add soundcloud
This commit is contained in:
		@@ -4,7 +4,7 @@ file="$(wl-paste)"
 | 
				
			|||||||
directory="$HOME/Music"
 | 
					directory="$HOME/Music"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
case "$file" in
 | 
					case "$file" in
 | 
				
			||||||
	*youtube.com*|*youtu.be*|*bandcamp.com*)
 | 
						*youtube.com*|*youtu.be*|*bandcamp.com*|*soundcloud.com*)
 | 
				
			||||||
		notify-send "Downloading" "$file"
 | 
							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."
 | 
							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."
 | 
				
			||||||
	;;
 | 
						;;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user