added support for rezeptsuite.de imports

This commit is contained in:
vabene1111
2023-02-11 17:51:44 +01:00
parent 924d1cb71b
commit 9846c4df18
3 changed files with 41 additions and 22 deletions

View File

@ -126,6 +126,8 @@ class IngredientParser:
amount = 0
unit = None
note = ''
if x.strip() == '':
return amount, unit, note
did_check_frac = False
end = 0