added chowdown importer

This commit is contained in:
vabene1111
2021-02-09 17:15:47 +01:00
parent 58c5b2c301
commit 6ba1ff4505
6 changed files with 112 additions and 8 deletions

View File

@ -22,6 +22,7 @@ class NextcloudCookbook(Integration):
servings=recipe_json['recipeYield'])
# TODO parse times (given in PT2H3M )
# TODO parse keywords
ingredients_added = False
for s in recipe_json['recipeInstructions']: