#!/bin/bash
wget "http://www.glz.co.il/Program.aspx?newsid=29" -O html
cat html | grep "wma" | cut -d "=" -f 3 | grep "213" | cut -d ´"´ -f2 > res
perl -p -i -e s/http/mms/g res
for x in $(cat res)
do
NAME=$(echo $x | cut -d ´/´ -f6)
mplayer -dumpstream $x -dumpfile $NAME
done
הודעה מהארכיון
חזרה לדף הפורום הדפס הודעה
שלח לחבר
שמור