michael norman <[email protected]> wrote: > To be specific I would like to find the pids for the programmes here > >http://www.bbc.co.uk/bbcfour/collections/p01m79bn/blues
The URLs for the separate programmes all end in a /pxxxxxxx value, different for each one. That's the pid. If you want to extract them automatically from the webpage, rather than just c&p from a browser page, that's more complicated. You'd need to be able to program something to read through the source of the webpage and extract the right bits of text. Get_iplayer already does that for some formats of webpages (or at least the pages that describe feeds), of course. -- Jeremy Nicoll - my opinions are my own. _______________________________________________ get_iplayer mailing list [email protected] http://lists.infradead.org/mailman/listinfo/get_iplayer

