Spaces:
Sleeping
Sleeping
Delanoe Pirard
commited on
Commit
·
8afca57
1
Parent(s):
a14d455
cookies.txt
Browse files
agents/video_analyzer_agent.py
CHANGED
@@ -146,6 +146,8 @@ def download_video_and_analyze(video_url: str) -> str:
|
|
146 |
'quiet': True,
|
147 |
'extract_flat': True,
|
148 |
'ignoreerrors': True,
|
|
|
|
|
149 |
}
|
150 |
|
151 |
cookiefile = "cookies.txt"
|
|
|
146 |
'quiet': True,
|
147 |
'extract_flat': True,
|
148 |
'ignoreerrors': True,
|
149 |
+
'sleep_interval': 5,
|
150 |
+
'max_sleep_interval': 10
|
151 |
}
|
152 |
|
153 |
cookiefile = "cookies.txt"
|