On Thu, 2012-06-28 at 11:58 +0100, Colin Parker wrote: > What is the easiest way to record all 114 Open Country radio 4 > programmes (http://www.bbc.co.uk/programmes/b006qgft/episodes/player)?
Can't see a way to fetch the full list except on that page. So perhaps something like... for a in `seq 1 4`; do curl "http://www.bbc.co.uk/programmes/b006qgft/episodes/player?page=$a" done | grep iplayer/console/b0 | cut -f2 -d\" | xargs -n 1 get_iplayer --type=radio -g -- dwmw2
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ get_iplayer mailing list [email protected] http://lists.infradead.org/mailman/listinfo/get_iplayer

