rec_radiko.sh ��U �`*��U #!/bin/sh playerurl=http://radiko.jp/apps/js/flash/myplayer-release.swf cookiefile=./cookie.txt playerfile=./player.swf keyfile=./authkey.png if [ $# -eq 1 ]; then channel=$1 output=./$1.flv elif [ $# -eq 2 ]; then channel=$1 output=$2 elif [ $# -eq 4 ]; then channel=$1 output=$2 mail=$3 pass=$4 else echo "usage : $0 channel_name [outputfile] [mail] [pass]" exit 1 fi ##