mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-10 20:35:14 -05:00
fix(deps): update dependency recipe-scrapers to v15 (#3955)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
@@ -201,7 +201,7 @@ class RecipeScraperPackage(ABCScraperStrategy):
|
||||
recipe_html = await self.get_html(self.url)
|
||||
|
||||
try:
|
||||
scraped_schema = scrape_html(recipe_html, org_url=self.url)
|
||||
scraped_schema = scrape_html(recipe_html, org_url=self.url, supported_only=False)
|
||||
except (NoSchemaFoundInWildMode, AttributeError):
|
||||
self.logger.error(f"Recipe Scraper was unable to extract a recipe from {self.url}")
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user