diff --git a/cookbook/helper/recipe_url_import.py b/cookbook/helper/recipe_url_import.py index 3a39b403f..307e5f603 100644 --- a/cookbook/helper/recipe_url_import.py +++ b/cookbook/helper/recipe_url_import.py @@ -33,7 +33,7 @@ def get_from_scraper(scrape, request): except Exception: description = '' - recipe_json['description'] = parse_description(description) + recipe_json['description'] = parse_description(description)[:512] recipe_json['internal'] = True try: diff --git a/vue/src/apps/ImportView/ImportView.vue b/vue/src/apps/ImportView/ImportView.vue index c0d7b8d65..83e6bc321 100644 --- a/vue/src/apps/ImportView/ImportView.vue +++ b/vue/src/apps/ImportView/ImportView.vue @@ -11,70 +11,127 @@