How I built an importer to extract recipes from HTML.
...
Using a combination of heuristics and reading metadata, Saffron is able to import recipes from almost any website.
Behind the scenes, 2 things occur:
A request is sent to the website to get the HTML
The HTML is parsed into fields like ingredients, instructions, title, etc…
Let’s dig into how each one of these works...
Show MoreRelated chunks with this resource
No comments yet. Be the first to comment!