redirect to import url for processing
This commit is contained in:
@ -86,6 +86,9 @@ def find_recipe_json(ld_json, url, space):
|
||||
else:
|
||||
ld_json['recipeInstructions'] = ""
|
||||
|
||||
if url:
|
||||
ld_json['recipeInstructions'] += "\nImported from " + url
|
||||
|
||||
if 'image' in ld_json:
|
||||
ld_json['image'] = parse_image(ld_json['image'])
|
||||
else:
|
||||
|
Reference in New Issue
Block a user