sjDan2003 / Cookbook

0 stars 0 forks source link

Expand Recipe Parsing Library #7

Closed sjDan2003 closed 5 years ago

sjDan2003 commented 5 years ago

Currently, the website parser will correctly parse recipes from FoodNetwork.com, AllRecipes.com, and Food.com. Some websites like AllRecipes do not use the standard JSON format that FoodNetwork, Food and other blogs use. This case should be to ensure that recipes from the following list are parsed correctly: http://www.ebizmba.com/articles/recipe-websites

sjDan2003 commented 5 years ago

Support for epicurious.com was added. In order to make adding support of food websites faster unit tests were added. This allowed me to use TDD methodology to quickly and easily add epicurious support by avoiding the hassle of launching the GUI, navigate to the recipe import window, waiting for an HTML response and repeating.

sjDan2003 commented 5 years ago

Support for all of the major food recipe websites is complete. There are some food blogs that are also supported but those won't be listed since they are numerous. Other websites that need support will have separate issues opened.