#!/bin/sh -u url=` wget -O - "$1" \ | sed -n 's|.*"\(mms://[^"]*\).*|\1|p' \ | sed 1q ` set -x exec mmsrip "$url"