projects
/
cmccabe-bin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
95e5a18
)
Add the musictube script
author
Colin P. Mccabe
<colin@cmccabe.xyz>
Thu, 20 Dec 2018 00:12:03 +0000 (16:12 -0800)
committer
Colin P. Mccabe
<colin@cmccabe.xyz>
Thu, 20 Dec 2018 00:12:36 +0000 (16:12 -0800)
musictube
[new file with mode: 0755]
patch
|
blob
diff --git a/musictube
b/musictube
new file mode 100755
(executable)
index 0000000..
aa7ffcb
--- /dev/null
+++ b/
musictube
@@ -0,0
+1,4
@@
+#!/usr/bin/env bash
+
+# Download a file from youtube using the best audio quality.
+youtube-dl -f bestaudio ${@}