add streamrip

This commit is contained in:
Josh Holtrop 2011-07-23 21:48:18 -04:00
parent 165f56e4fd
commit 110cd8c18b

6
streamrip Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
URL="$1"
shift
DEST=${HOME}/mp3
exec streamripper ${URL} -d ${DEST} -s -u mpg123 -xs_padding=10000:10000 "$@"