-
Notifications
You must be signed in to change notification settings - Fork 4
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 more website extract possibilities #7
Comments
I've created a dart package to extract recipes, so your issue would be better placed here: https://github.com/judemont/recipe_extractor But I'm going to answer you anyway. Recipe sites are all very different from one another, and I don't think I have the skills at present to create a universal extraction system. |
I have fantastic news for you, as a universal recipe extraction system was already created by the folks over at https://cooked.wiki/. Here are some examples: https://www.averiecooks.com/easy-15-minute-spaghetti/ https://www.favfamilyrecipes.com/nicks-authentic-italian-spaghetti/ And so on. As you can see, all of these recipes from unsupported sites get translated into a consistent layout under cooked.wiki. by adding support for them, users could use any site that works with cooked.wiki to load recipes in the app. You could even automate the process of sending the users arbitrary recipe link to cooked.wiki to get the consistent format. |
Very good idea, I'll try to integrate cooked.wiki in recipe_extractor soon ! |
It doesn't seem to be open though, so you may get your app the promotes non-free network services anti-feature badge by integrating this.
|
I'll try to find more open alternatives |
It seems you are using pretty specific ways to extract data from single websites.
Not only does this slow down the development, but if you would reach the point where you have support for a lot of websites, you have a large list of them.
What you should rather do, is
There are probably more websites for recipes than you could imagine and it is too difficult picking out every single one and build it into your app.
For sure, you can do it like that and it will succeed in a limited way, though you would have to rely on people telling you which websites to add and maybe even where the content you need is, which is not pretty reliable.
The text was updated successfully, but these errors were encountered: