German and Norwegian state television still have the best news shows (compared to their private contenders of course). And they offer them on the net. Unfortunately, their download is made difficult. This may have legal reasons or not, I don't know exactly. If it has, it is not my problem. Therefore, I have built a workaround using OpenKapow robots.
This url:
http://service.openkapow.com/MaxSnauth/nrkdagsrevy21.csv?header=no
returns (among other) the url of the newest Dagsrevy 21.
In a script together with the handy little mmsrip this line
mmsrip $(echo `wget -qO- http://service.openkapow.com/MaxSnauth/nrkdagsrevy21.csv?header=no` | sed 's/^"[^"]*","\([^"]*\)"/\1/')
downloads the latest show.
The same for German news:
mmsrip $(echo `wget -qO- http://service.openkapow.com/MaxSnauth/ard.csv?header=no` | sed s/\"//g)
Here the latest show produced by ARD is downloaded.