--type not working?
dinkypumpkin
dinkypumpkin at gmail.com
Sun Jul 22 09:10:46 EDT 2012
On 22/07/2012 12:24, Graham Cobb wrote:
> Is it expected that:
>
> get_iplayer --type tv Proms
>
> displays 3 TV programmes and 2 radio programmes?
Looks like a goof at the BBC end. If you check those 2 "radio"
programmes with --info, you'll see that there are no media streams
available. Also not working on the iPlayer site.
> get_iplayer --exclude Radio Proms
>
> also displays all 5 programmes.
>
> Is there a way to exclude the radio programmes?
get_iplayer --help says:
--exclude-category <string> Narrow search to exclude matched
categories (regex or comma separated values)
so use:
get_iplayer --exclude-category Radio Proms
More information about the get_iplayer
mailing list