hhursev / recipe-scrapers

Python package for scraping recipes data
MIT License
1.61k stars 505 forks source link

Adds ratings_count as a possible output #1061

Closed jknndy closed 2 months ago

jknndy commented 2 months ago

Resolves #254

Adds ratingCount as a possible output

Additionally refactored bigoven to use this method.

jayaddison commented 2 months ago

Ah, brilliant - this information is available (sometimes) from schema.org data? That seems to make a lot of sense to include :+1:

I'll review the code soon (next few days).

jknndy commented 2 months ago

Yep, available right inside the aggregateRating that ratings is already gathered from!

jayaddison commented 2 months ago

Only that one question about the test data to figure out here - apart from that, this all seems good to me :+1: Thank you @jknndy!