hhursev / recipe-scrapers

Python package for scraping recipes data
MIT License
1.62k stars 508 forks source link

Kitchen Sanctuary Scraper #971

Closed geoff-driskell closed 2 months ago

geoff-driskell commented 6 months ago

Please check that recipes published on the website you're requesting are public (we can't currently scrape recipes that require an account login), and add sample recipe URL(s) below:

geoff-driskell commented 6 months ago

I am trying to add this one myself but I don't know the correct way to indicate that.

jknndy commented 6 months ago

Hi @geoff-driskell, you're on the right track! Opening an issue here is one way to show that you are actively working on a scraper addition. Another route would be to open a draft Pull Request with your in progress code so that other contributors can review the code once it is ready to be added.

jayaddison commented 2 months ago

This has been implemented by #1115 (thank you, @Mooree003) and should appear in an upcoming release of recipe-scrapers on PyPi soon (within the next week or so).