Just had a quick look at the config for my script. I am using these rss
feeds:


$feeds = array( 0 => array('name' => 'most popular', 'feed' => '
http://feeds.bbc.co.uk/iplayer/mostpopular'),
                1 => array('name' => 'BBCOne', 'feed' => '
http://feeds.bbc.co.uk/iplayer/bbc_one/list'),
                2 => array('name' => 'BBCTwo', 'feed' => '
http://feeds.bbc.co.uk/iplayer/bbc_two/list'),
                3 => array('name' => 'BBCThree', 'feed' => '
http://feeds.bbc.co.uk/iplayer/bbc_three/list'),
                4 => array('name' => 'BBCFour', 'feed' => '
http://feeds.bbc.co.uk/iplayer/bbc_four/list'));


Hope that is of some use :0

rich

On Wed, Apr 22, 2009 at 8:19 PM, Phil McCarthy <[email protected]>wrote:

> On Wed, Apr 22, 2009 at 6:53 PM, Stuart Langridge <[email protected]>
> wrote:
> > For any one given programme, I can tell whether it's currently available,
> but is there
> > no overall list?
>
> We resorted to hitting the Atom feeds for each of the individual A to
> Z pages, which have URLs like:
> http://feeds.bbc.co.uk/iplayer/atoz/A/list
>
> There's also a feed for programmes beginning with a number:
> http://feeds.bbc.co.uk/iplayer/atoz/0-9/list
>
> Cumulatively, this should give you all television and radio programmes
> on iPlayer right now, although there's no indication of how long
> they'll remain available.
>
> Cheers,
> Phil McCarthy
> -
> Sent via the backstage.bbc.co.uk developer discussion group.  To
> unsubscribe, please send an email to [email protected] with
>  unsubscribe backstage-developer [your email] as the message.
>

Reply via email to