From 916ec9ba2b112e32d9ed3ca2387cda57b14a7bb5 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Sun, 19 Jun 2022 14:36:23 +0200 Subject: Changed youtube-dl for yt-dlp in youtube-dl scripts. --- youtube-dlAudio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube-dlAudio.sh') diff --git a/youtube-dlAudio.sh b/youtube-dlAudio.sh index 585180d..1d11059 100755 --- a/youtube-dlAudio.sh +++ b/youtube-dlAudio.sh @@ -1,2 +1,2 @@ #!/bin/sh -youtube-dl -x --audio-format mp3 --embed-thumbnail -o "$HOME/downloads/audios/%(title)s.%(ext)s" "$1" +yt-dlp -x --audio-format mp3 --embed-thumbnail -o "$HOME/downloads/audios/%(title)s.%(ext)s" "$1" -- cgit v1.2.1