Inspired by xxxterm's playflash.sh: get_flash_videos --player="mplayer -really-quiet %s; rm %s" -p "$1"
My version: C="^Content-Location: " V=$(get_flash_videos -i "$1" | grep "$C" | sed "s/$C//") mplayer -really-quiet "$V" This way video files are never stored to disk; also avoids the problem of mplayer reaching EOF because of slow downloading. Cheers! -- Lazaros.

