adamlwgriffiths / amazon_scraper

Provides content not accessible through the standard Amazon API
Other
234 stars 60 forks source link

Update reviews.py search for subreview text #32

Open kevinlondon opened 8 years ago

kevinlondon commented 8 years ago

The hook for the text has changed from an a tag to a span.

adamlwgriffiths commented 8 years ago

Because of Amazon's flip-flopping between styles, I think it's a good idea to leave the old <a> check in. Could you make it so that the new code is inside a if not tag check, or something equivalent (tag = get<a> or get<span> or get ....).

adamlwgriffiths commented 7 years ago

Lol, happy belated birthday

adamlwgriffiths commented 6 years ago

If it works for the majority of pages, then sure.