From 732c02ed53553d78f81e0596b0551d05ad13c30b Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 16 Aug 2015 22:52:43 +0200 Subject: initi youtube-tools --- bin/yout2mp3 | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bin/yout2mp3 (limited to 'bin/yout2mp3') diff --git a/bin/yout2mp3 b/bin/yout2mp3 new file mode 100755 index 0000000..64e1bb1 --- /dev/null +++ b/bin/yout2mp3 @@ -0,0 +1,2 @@ +#!/bin/sh +youtube-dl -i -o "%(title)s.%(ext)s" --restrict-filenames -x --audio-format mp3 "$@" -- cgit v1.2.3