I've got a old perl program that extracts links and I use that for
these sort of pages.

But you could use something like http://hackertarget.com/extract-links
and feed it your url and then copy and paste the links that look
correct.  i.e. those that have 'episode' in the url and then run
bbc_iplayer on each of these.

or if you have 'lynx' on your machine:

lynx -dump -hiddenlinks=listonly https://www.bbc.co.uk/iplayer/group/p01277qd

Alternatively, run a simple python program to do it such as one from:
https://stackoverflow.com/questions/1080411/retrieve-links-from-web-page-using-python-and-beautifulsoup

Hope that one of these works for you.

And thanks for that link - some great content there...



On Wed, Jan 22, 2020 at 6:12 PM Don Grunbaum <d...@grunbaum.co.uk> wrote:
>
> Hi all
>
> Is there any way of recording all programmes in a collection, such as 
> https://www.bbc.co.uk/iplayer/group/p01277qd other than using the individual 
> pids?
>
> I've tried pidrecursive but that doesn't work.
>
> TIA
>
> Don
>
> _______________________________________________
> get_iplayer mailing list
> get_iplayer@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/get_iplayer

_______________________________________________
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer

Reply via email to