Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding ndr.de #816

Open
ghost opened this issue Aug 18, 2023 · 4 comments
Open

adding ndr.de #816

ghost opened this issue Aug 18, 2023 · 4 comments

Comments

@ghost
Copy link

ghost commented Aug 18, 2023

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?

@jayaddison
Copy link
Collaborator

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.

@010011000101010101011000

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

I like the recipts there too.

-Harald

@ghost
Copy link
Author

ghost commented May 3, 2024

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

@010011000101010101011000

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants