hhursev / recipe-scrapers

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

New website scraper request: Foodbag.be #1005

Open cbaeyens opened 4 months ago

cbaeyens commented 4 months ago

https://www.foodbag.be/nl/recept/?dishId=a0MJv000002YcOHMA0&persons=2 https://www.foodbag.be/nl/recept/?dishId=a0MJv000000UHwHMAW&persons=2

Thank you :-)

Mraedis commented 4 months ago

15gram, which is the source of these recipes, does work for scraping: https://15gram.be/recepten/mac-n-cheese-met-gehakt-en-pompoen

mlduff commented 2 months ago

@jayaddison I'd be happy to take this on if you want, does it matter that the source of the recipes already has a scraper (as noted above)?

jknndy commented 2 months ago

does it matter that the source of the recipes already has a scraper

which of these do we already have coverage for?

regardless, i think this is an example of where the changes introduced in #1118 could be used! (if the scraper is exactly the same?)

mlduff commented 2 months ago

which of these do we already have coverage for?

@jayaddison Nevermind, I misunderstood the previous comment. I am happy to add both of these scrapers, but I might make a separate issue for 15gram.be (which has a recipe schema). The sites are different, so will make two dedicated scrapers.