Recording 'archived' items on iplayer site

James Cook james.cook at bluewin.ch
Fri Jun 29 08:18:08 EDT 2012


Doesnt --pid-recursive do this?
e.g. get_iplayer.pl --profiledir=. --type=radio --pid b00XXXXX
--pid-recursive --get

On Thu, 28 Jun 2012 12:18:40 +0100, you wrote:

>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



More information about the get_iplayer mailing list