hhursev / recipe-scrapers

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

recipe scraper for kitchensanctuary.com #1115

Closed Mooree003 closed 1 month ago

Mooree003 commented 2 months ago

This is a PR for recipe-scrapers to include recipes from kitchen sanctuary. There was full schema support except seemingly for ingredient groups which had to be configured manually. I found an exisiting method for this in #1094.

Resolves #1114.

jknndy commented 2 months ago

Hi @Mooree003 , thanks for the contribution!

Overall looks great, only thing that needs attention is the implementation of ingredient_groups which ill place a comment on in just a second