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. --- youtube-dlAudio.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 youtube-dlAudio.sh (limited to 'youtube-dlAudio.sh') diff --git a/youtube-dlAudio.sh b/youtube-dlAudio.sh new file mode 100644 index 0000000..ac16b71 --- /dev/null +++ b/youtube-dlAudio.sh @@ -0,0 +1,2 @@ +#!/bin/sh +youtube-dl -o "$HOME/downloads/audios/%(title)s.%(ext)s" -x --audio-format mp3 --embed-thumbnail "$1" -- cgit v1.2.1