diff --git a/cookbook/helper/recipe_url_import.py b/cookbook/helper/recipe_url_import.py index 1d9b9e549..9ad34528e 100644 --- a/cookbook/helper/recipe_url_import.py +++ b/cookbook/helper/recipe_url_import.py @@ -114,7 +114,7 @@ def get_from_scraper(scrape, request): except Exception: pass - if source_url := scrape.canonical_url(): + if source_url := scrape.url: recipe_json['source_url'] = source_url try: keywords.append(source_url.replace('http://', '').replace('https://', '').split('/')[0])