Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Fix Themarker.com tv

Show Themarker.com links

Shows a link above the video box to the aspx file.
One can copy that location and use it as a parameter to the following script, or attempt to play directly with your favorite video player:

#!/bin/bash
#themarkerPlayer
wget $1
mplayer `cat getmpclip.aspx* | sed -n 's/<Ref href="\(.*.wmv\)\(.*\)>/\1/p' | head -1`
rm -rf getmpclip.aspx*




You could comment on this script if you were logged in.