Fix Themarker.com tv

By Alex Swissa Last update Jan 2, 2008 — Installed 345 times.


Script Summary: 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*