hhursev / recipe-scrapers

Python package for scraping recipes data
MIT License
1.66k stars 514 forks source link

goustojson scraper fix #932

Closed strangetom closed 9 months ago

strangetom commented 9 months ago

Sometimes the json obtained from gousto has duplicate ingredient entries but the label value in the duplicate is None. This fix checks the value of the label key and skips any that are None.

Fixes #931