Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixed case unable to scrape #2

Open
arshaw opened this issue Feb 9, 2011 · 1 comment
Open

Mixed case unable to scrape #2

arshaw opened this issue Feb 9, 2011 · 1 comment

Comments

@arshaw
Copy link
Owner

arshaw commented Feb 9, 2011

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
Copy link
Owner Author

arshaw commented Feb 9, 2011

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant