Update app.py
Browse files
app.py
CHANGED
@@ -582,7 +582,7 @@ class DownloadManager:
|
|
582 |
logger.error(f"Error getting sublinks: {e}")
|
583 |
return []
|
584 |
|
585 |
-
|
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 |
|