On Fri, 18 Mar 2016 17:05:25 +0000 James Bensley jwbensley@gmail.com wrote:
I always use get_iplayer with the URL to the video, so this works for me...
get_iplayer-2.91 --type radio http://www.bbc.co.uk/programmes/b04p5vl1
That would do it but it means manually checking the URL whereas I run a script like this :- for id in $(get_iplayer --type=radio "David Rodigan" "Hal" | grep -o '^[0-9]*:' | sed 's/://'); do get_iplayer --type=radio --get $id --thumbnail --mp3 done
Which means that I need to grab only the file(s) I want and nothing extra.