--exclude
dinkypumpkin
dinkypumpkin at gmail.com
Thu Jul 18 18:44:40 EDT 2013
On 18/07/2013 22:47, V. Khrushchev (get_iplayer list) wrote:
> I'm trying to exclude episodes of R3's "Afternoon on 3" programme which
> contain the string "Repeats" in their title, such as
>
> 10097: Afternoon on 3 - Proms 2013 Repeats: Prom 01: 1. First
> Night of the Proms, BBC Radio 3, Classical,Music,Radio
>
> could someone suggest an --exclude clause that would do this?
"Repeats" is in the episode field, but only the name field is searched
by default. Use --fields to specify both name and episode fields in
search. No need for a regex. --exclude Repeats will work.
More information about the get_iplayer
mailing list