Skip to content

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
vabene1111 committed Nov 23, 2024
1 parent 8154756 commit 6a90cae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cookbook/helper/recipe_url_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ def get_from_youtube_scraper(url, request):
default_recipe_json['image'] = video.thumbnail_url
if video.description:
default_recipe_json['steps'][0]['instruction'] = automation_engine.apply_regex_replace_automation(video.description, Automation.INSTRUCTION_REPLACE)

except Exception:
pass

Expand Down

0 comments on commit 6a90cae

Please sign in to comment.