hhursev / recipe-scrapers

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

Extend Bakels support to include .co.uk domain name #1099

Open jayaddison opened 2 months ago

jayaddison commented 2 months ago

Note: this is an item I'd like to implement myself after #1097 is merged; I'm adding it as an issue so that I don't forget about it during/after code review.

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:

Bakels seems to support multiple countries/markets with a similar website format, so hopefully this may not be too difficult to implement.

Figuring out the author field on a per-country basis could require some thought.