Delanoe Pirard commited on
Commit
56a91ed
·
1 Parent(s): 2e6c005

cookies.txt

Browse files
Files changed (1) hide show
  1. agents/video_analyzer_agent.py +2 -1
agents/video_analyzer_agent.py CHANGED
@@ -152,7 +152,8 @@ def download_video_and_analyze(video_url: str) -> str:
152
  'youtube': {
153
  'formats': 'sabr'
154
  }
155
- }
 
156
  }
157
 
158
  cookiefile = "cookies.txt"
 
152
  'youtube': {
153
  'formats': 'sabr'
154
  }
155
+ },
156
+ 'retries': 10,
157
  }
158
 
159
  cookiefile = "cookies.txt"