Chris Walker wrote:
On Radio 4 is a new series by Hal Cruttenden called simply Hal. But if I say get_iplayer --type=radio "Hal" I end up with several Asian programmes along with Hancock's Half Hour and so on. Also listed though is Hal - Career, BBC Radio 4 so my question is, how can I differentiate between those unwanted programmes and the one sole programme I do want?
get_iplayer takes a REGEX, so you can add the symbols to match start and end of string and say: get_iplayer --type=radio '^Hal$'
Hope that helps,