user-1758
03-05-2017, 09:14 AM
I've been using get_iplayer for years, very happily, using my own wrapper to allow me to more accurately download programs in specific categories or series. I'd basically built my own front-end
The deprecation of the .xml feeds has broken that, and I'm unsure how to proceed. I used the following .XML addresses:
But I can't find any equivalents for the second and third — not that work reliably, anyway. For example, http://www.bbc.co.uk/programmes/b01pp0cl.json returns some useful information, but not the programmes in that series. Likewise http://www.bbc.co.uk/programmes/b01pp0cl/episodes.json returns nothing of any use at all!
Unfortunately I don't know perl well enough to work out how get_iplayer now gets that information, or even whether it's still possible.
Can anyone help?
The deprecation of the .xml feeds has broken that, and I'm unsure how to proceed. I used the following .XML addresses:
- http://www.bbc.co.uk/{$media_type}/p...player.xml — to get all the programmes in a genre
- http://www.bbc.co.uk/programmes/{$se...player.xml — to get a list of episodes in a series
- http://www.bbc.co.uk/programmes/{$pid}.xml — to get details about a programme or series
But I can't find any equivalents for the second and third — not that work reliably, anyway. For example, http://www.bbc.co.uk/programmes/b01pp0cl.json returns some useful information, but not the programmes in that series. Likewise http://www.bbc.co.uk/programmes/b01pp0cl/episodes.json returns nothing of any use at all!
Unfortunately I don't know perl well enough to work out how get_iplayer now gets that information, or even whether it's still possible.
Can anyone help?