DavidRoldan523 / amazon_reviews_allpages

Script to scrape all reviews on all Amazon pages
20 stars 10 forks source link

Fixed a ValueError issue #1

Closed Penlo closed 5 years ago

Penlo commented 5 years ago

In some cases if you have a large ASIN list you may run into an ASIN that does not exist any more. In that case you will get a ValueError from this line and it will stop the program.

This try except will catch that error and allow the program to continue on to the next ASIN without stopping the program. This is very helpful in situations where you will have to leave the program running overnight.