Spaces:
Sleeping
Sleeping
Delanoe Pirard
commited on
Commit
·
56a91ed
1
Parent(s):
2e6c005
cookies.txt
Browse files
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"
|