recipe-scrapers icon indicating copy to clipboard operation
recipe-scrapers copied to clipboard

adding ndr.de

Open enviousjag opened this issue 1 year ago • 4 comments

https://www.ndr.de/ratgeber/kochen/rezepte/Veggie-Burger-mit-Bohnen,rezept2498.html

I'm having succes scraping the recipe via requests and would like support for the site. You can find a ton of recipes made accessible by the german public brodcasting company NDR at https://www.ndr.de/ratgeber/kochen/index.html.

The challenge I'm currently facing for the recipe mentioned above is, parsing the ingredients with the title to appear like: Burger ingredients a ingredients ab

Patty ingredients c ingredients d

Same with the instructions. Currently nutritional information is being added to instructions.

How would I go about adding the recommended for section (Recomended for Adipositas) as a note?

enviousjag avatar Aug 18 '23 13:08 enviousjag

Hi @enviousjag - apologies for the slow reply, I meant to respond about this a few days ago but got sidetracked.

How would I go about adding the recommended for section (Recomended for Adipositas) as a note?

I think the best-matching place to put that information is the category field - it generally contains a mix of cuisine type (often country), mealtime (breakfast/dinner/etc) and dietary properties (gluten-free, vegetarian).

For the ingredients -- and grouping them by title -- I can refer you to some developer guidance that is in progress here: https://github.com/hhursev/recipe-scrapers/pull/862/files#diff-d4fc1b8bc8a9c07a32cb2b1e4c3919cf1fa4c4e5130e2e4e5f58abbecdd64d07

...I'll add some commentary for the category field to explain that one.

jayaddison avatar Sep 23 '23 12:09 jayaddison

@enviousjag Did you continue with setting up a scraper module for NDR.de ?

I like the recipts there too.

-Harald

No I didn't get around to it yet. Feel free to go ahead and share your progress if you'd like.

enviousjag avatar May 03 '24 05:05 enviousjag

I found recipe-scrapers only yesterday, so unfortunately I have no progress to share yet 😉