-
Notifications
You must be signed in to change notification settings - Fork 560
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
Add youfoodz.com #1122
Add youfoodz.com #1122
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
Co-authored-by: James Addison <55152140+jayaddison@users.noreply.github.com>
I'm not really sure this is a recipe - the information from the page/API seem more like the description of a packaged food product to me. |
Yeah, from what I read/understand @mlduff - YouFoods are a provider of pre-packaged, ready-meal products? No doubt they have recipes (trade secrets even, perhaps) that they follow when they're creating and preparing the food, but I think the preparation process that the consumer follows (in this example, microwaving) is fairly tightly-coupled to their product. It'd be difficult to go to the shops, buy the constituent ingredients (incl crushed tomato, tomato paste, etc from the packaging ingredient list), and follow the same |
This PR adds support for youfoodz.com, with https://www.youfoodz.com/recipes/nonnas-spaghetti-bolognese-with-italian-herbs-and-garlic-300g-660a602770e8f6aef4341177 as the test recipe. The most challenging part of this implementation is having to extract the access token from the original HTML, however the upside is all the data is then available easily from an API endpoint.
Resolves #1120