hhursev / recipe-scrapers

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

Adds output for dietary restrictions outlined by the recipe #1056

Closed jknndy closed 2 months ago

jknndy commented 2 months ago

Adds coverage for recipes to provide the schema specified dietary restrictions via suitableForDiet which is called as dietary_restrictions.

Also introduced a helper function to parse schema listed enumerations

mlduff commented 2 months ago

@jknndy I stumbled across this because I was also looking to implement this output (as I had come across it in a website I was looking at). Do you plan to revive this?

jknndy commented 2 months ago

Hey @mlduff , I'll reopen this today. Was closed unintentionally