Character class [^A-Z] don't work
#1
I think [^A-Z] (upper case) don't work with new xbmc relese No

i have also added cs="true" to expression tag...

i'm not sure of this problem but some my test report this on debug:

ERROR: InternalGetDetails: Unable to parse web site [...]

when there is [^A-Z] pattern...

thanksss again!
Reply
#2
regexps in XBMC are applied case-insensitive by default, I dunno if there's an interface to specify otherwise for scrapers or not.
Reply
#3
there is cs="true" attrib for expression tag...

Scraper not use case-insensitive with [^A-Z], but report error:

Code:
ERROR: InternalGetDetails: Unable to parse web site [...]

I'm sure that in old xbmc release scraper worked good...
Reply
#4
could be a little regression?! Huh

[^A-Z] (with cs="true") don't work as case sensitive...am i wrong in somethings?
Reply
#5
cs="yes". i should probably extend those to handle both yes/no and true/false.
Reply
#6
oooopppssssss Shocked

now...work well!!!

cs="yes" is good...i don't know because wrote cs="true" Confused

thanks!!
Reply

Logout Mark Read Team Forum Stats Members Help
Character class [^A-Z] don't work0