scripts

misc scripts and tools
git clone git://git.2f30.org/scripts
Log | Files | Refs

commit 3efb5da978f6413605f0a722f53ce1193f4d23c8
parent e12a7aad7f26c9b01b9b96714e24ab2bd0cc641d
Author: sin <sin@2f30.org>
Date:   Mon,  4 Nov 2013 17:18:26 +0000

Update description

Diffstat:
Mytfetch | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/ytfetch b/ytfetch @@ -2,6 +2,10 @@ # # Simple script to download songs from youtube and encode # them to mp3 using ffmpeg. This script also handles playlists. +# +# By default the script writes the encoded files to +# $HOME/music/yt - just replace it in the code if you don't prefer +# that location. if test -z "$1"; then echo "usage: $(basename $0) yt-url..." 1>&2