diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2018-12-27 18:47:48 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2018-12-27 18:47:48 +0100 |
commit | d165a641d16c181e6251737b9c86d6bf178370be (patch) | |
tree | b9e20f0ac05633285630c857f0d5b1056d6a902d /floats/youtube-dlFloatAudio.sh | |
parent | 82cd5e57e2ecb878396e4703ee2eb4cc0bba3c9e (diff) | |
download | scripts-d165a641d16c181e6251737b9c86d6bf178370be.tar.gz scripts-d165a641d16c181e6251737b9c86d6bf178370be.zip |
jue dic 27 18:47:51 CET 2018
Diffstat (limited to 'floats/youtube-dlFloatAudio.sh')
-rwxr-xr-x | floats/youtube-dlFloatAudio.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/floats/youtube-dlFloatAudio.sh b/floats/youtube-dlFloatAudio.sh new file mode 100755 index 0000000..1db5d23 --- /dev/null +++ b/floats/youtube-dlFloatAudio.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +urxvt -title "floating" -geometry "100x8-0-0" -e youtube-dl -o "~/downloads/audios/%(title)s.%(ext)s" -x --audio-format mp3 "$1" & |