You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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!
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
The text was updated successfully, but these errors were encountered: