hhursev / recipe-scrapers

Python package for scraping recipes data
MIT License
1.73k stars 531 forks source link

Rating total count? #254

Closed osean-man closed 6 months ago

osean-man commented 4 years ago

I can see in the allrecipe.py file you have a ratings method, however I don't see a total count of people who made up that rating. I'm assuming because it's really schema driven, those types of details are implementation specific. Is it alright if I make a change specific to that AllRecipes class to handle something outside the scope of the schema and specifically for allrecipes.com?

osean-man commented 4 years ago

To be clear: Baked-Ziti-I-Recipe-Allrecipes

hhursev commented 4 years ago

I can see how this is useful! It's most definitely all right to make an addition specific to the allrecipes scraper 🍺 I'd create rating_details method or something along these lines. It's also OK adding other extra things you might need