summaryrefslogtreecommitdiffstats
path: root/bin/yout2mp3
diff options
context:
space:
mode:
Diffstat (limited to 'bin/yout2mp3')
-rwxr-xr-xbin/yout2mp32
1 files changed, 2 insertions, 0 deletions
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 "$@"