euler314 commited on
Commit
ea2ebb1
·
verified ·
1 Parent(s): 09565a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -582,7 +582,7 @@ class DownloadManager:
582
  logger.error(f"Error getting sublinks: {e}")
583
  return []
584
 
585
- async def deep_search(self, url, custom_ext_list=None, sublink_limit=100, timeout=30):
586
  if not custom_ext_list:
587
  custom_ext_list = []
588
 
 
582
  logger.error(f"Error getting sublinks: {e}")
583
  return []
584
 
585
+ async def deep_search(self, url, custom_ext_list=None, sublink_limit=100, timeout=30):
586
  if not custom_ext_list:
587
  custom_ext_list = []
588