jpjp9292 commited on
Commit
93d97ef
β€’
1 Parent(s): a8d3117

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -336,7 +336,7 @@ def download_video(url, progress_bar, status_text):
336
  'user_agent': random.choice(user_agents),
337
  'referer': 'https://www.youtube.com/',
338
  'http_chunk_size': random.randint(100000000, 150000000),
339
- 'retries': 1, # μž¬μ‹œλ„ 횟수
340
  'sleep_interval': 3,
341
  'max_sleep_interval': 10,
342
  'headers': {
 
336
  'user_agent': random.choice(user_agents),
337
  'referer': 'https://www.youtube.com/',
338
  'http_chunk_size': random.randint(100000000, 150000000),
339
+ 'retries': 5, # μž¬μ‹œλ„ 횟수
340
  'sleep_interval': 3,
341
  'max_sleep_interval': 10,
342
  'headers': {