From: Colin P. Mccabe Date: Thu, 20 Dec 2018 00:12:03 +0000 (-0800) Subject: Add the musictube script X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afdd4bb342966fb97b2834b9b0b7833781c7a014;p=cmccabe-bin Add the musictube script --- diff --git a/musictube b/musictube new file mode 100755 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 ${@}