mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-25 08:09:41 +02:00
fix: fast fail of bulk importer (#1394)
* use continue instead of break * catch additional error case * spelling is hard
This commit is contained in:
parent
525842e9a1
commit
b1256f4ad2
2 changed files with 4 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
<v-card-text>
|
||||
Grab the URL of the recipe you want to debug and paste it here. The URL will be scraped by the recipe scraper
|
||||
and the results will be displayed. If you don't see any data returned, the site you are trying to scrape is
|
||||
not supported by Mealie or it's scraper library.
|
||||
not supported by Mealie or its scraper library.
|
||||
<v-text-field
|
||||
v-model="recipeUrl"
|
||||
:label="$t('new-recipe.recipe-url')"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue