mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 21:37:49 -05:00
removed log
This commit is contained in:
@@ -274,7 +274,6 @@ def get_from_youtube_scraper(url, request):
|
|||||||
default_recipe_json['image'] = video.thumbnail_url
|
default_recipe_json['image'] = video.thumbnail_url
|
||||||
if video.description:
|
if video.description:
|
||||||
default_recipe_json['steps'][0]['instruction'] = automation_engine.apply_regex_replace_automation(video.description, Automation.INSTRUCTION_REPLACE)
|
default_recipe_json['steps'][0]['instruction'] = automation_engine.apply_regex_replace_automation(video.description, Automation.INSTRUCTION_REPLACE)
|
||||||
print('YOUTUBE RESPONSE', default_recipe_json, video.thumbnail_url)
|
|
||||||
except Exception:
|
except Exception:
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user