From e11092024e46aec2059a0aacb7b853a0bfdb6456 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Mon, 3 Jun 2019 14:55:54 +0200 Subject: Created script to download audio without X. --- floats/youtube-dlFloatAudio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'floats') diff --git a/floats/youtube-dlFloatAudio.sh b/floats/youtube-dlFloatAudio.sh index a272abb..1988653 100755 --- a/floats/youtube-dlFloatAudio.sh +++ b/floats/youtube-dlFloatAudio.sh @@ -1,2 +1,2 @@ #!/bin/sh -urxvt -title "floating" -geometry "100x8-0-0" -e youtube-dl -o "$HOME/downloads/audios/%(title)s.%(ext)s" -x --audio-format mp3 --embed-thumbnail "$1" +urxvt -title "floating" -geometry "100x8-0-0" -e youtube-dlAudio.sh "$1" -- cgit v1.2.1