Skip to content

Instantly share code, notes, and snippets.

View cathandnya's full-sized avatar

nya cathandnya

View GitHub Profile
@cathandnya
cathandnya / rec_radiko.sh
Last active December 13, 2015 21:08 — forked from saiten/rec_radiko.sh
* 録音時間 * ffmpegでmp3に変換 * 現在時刻いれる
#!/bin/sh
playerurl=http://radiko.jp/player/swf/player_3.0.0.01.swf
playerfile=./player.swf
keyfile=./authkey.png
if [ $# -eq 1 ]; then
channel=$1
output=./$1.flv
runtime=10s