player.xml broken
Don Grunbaum
don at grunbaum.co.uk
Mon May 12 07:36:02 PDT 2014
----- Original Message -----
From: "dinkypumpkin" <dinkypumpkin at gmail.com>
To: "get_iplayer" <get_iplayer at lists.infradead.org>
Sent: Monday, May 12, 2014 12:15 PM
Subject: Re: player.xml broken
> On 12/05/2014 11:26, dinkypumpkin wrote:
>> Not with a PID. Use regular expressions for exact matches:
>> "^Heresy$"
>> or "^Genius$". For a few programmes like Classic Serial that
>> appear on
>
> Also, you may need the full name including the series number for an
> exact match ("^Heresy: Series 7$") or perhaps just use the colon
> separator to constrain the match ("^Genius:")
>
> http://lists.infradead.org/mailman/listinfo/get_iplayer
My experience suggests that ^Genius$ does not work, but Genius
(without the ^ and $) will work ok, although it could pick up false
positives. I think the colon is what "upsets" the match.
Does anyone else find the same?
Don
More information about the get_iplayer
mailing list