euler314 commited on
Commit
14386df
·
verified ·
1 Parent(s): 5a2226b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -448,7 +448,7 @@ class DownloadManager:
448
  logger.error(f"Error downloading {file_url}: {e}")
449
  return None
450
 
451
- async def deep_search(self, url, custom_ext_list=None, sublink_limit=10000):
452
  if not custom_ext_list:
453
  custom_ext_list = []
454
 
 
448
  logger.error(f"Error downloading {file_url}: {e}")
449
  return None
450
 
451
+ async def deep_search(self, url, custom_ext_list=None, sublink_limit=10000, timeout=60):
452
  if not custom_ext_list:
453
  custom_ext_list = []
454