-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added support for eat this (#65)
* refactor: origin is used instead of host to identify recipe website * docs: fixed changed paths * feat: Added Eat This parsing script * feat: improved amount parsing * feat: Added support for special html structures * feat: Added not supported url feedback * fix: fixed servings regex * test: Added Eat this! tests * fix: use regex splitting instead * feat: Improved amount and unit parsing * feat: IngredientParsingResult now has list of ingredients * feat: ingredients separated with '+' are now parsed * test: adjusted tests * test: Added test for unsupported Eat this! website * refactor: bianca zapatka and eat this use same ingredient parser * refactor: removed kptnCook warning message * refactor: reduced duplicate code * refactor: reduced method length
- Loading branch information
1 parent
461807e
commit 5b73e04
Showing
15 changed files
with
864 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.