scrapemark icon indicating copy to clipboard operation
scrapemark copied to clipboard

Mixed case unable to scrape

Open arshaw opened this issue 14 years ago • 1 comments

Reported by [email protected], Oct 19, 2009

Attempt to scrape anything with mixed capital letters on wowarmory.com, spefically guild listing or character profiles; such as <character achPoints="450" classId="6">

the identifiers specfically are achPoints, classId, genderId, raceId, factionId - you get the picture. The only pattern I notice is mixed case

It should return a variable; instead it returns None, if you scrape a non- mixed case identifier it works perfectly, ie

What version of the product are you using? On what operating system? 0.9, ubuntu jaunty

arshaw avatar Feb 09 '11 05:02 arshaw

Comment 1 by project member adamrshaw, Oct 22, 2009

ah, got it. i think i convert all html attributes to lowercase before compiling the pattern. try to scrape for achpoints="{{}}" and see if it works. i'll fix this in the next release. thanks!

arshaw avatar Feb 09 '11 05:02 arshaw