feat : enhance browser agent + add tests

This commit is contained in:
martin legrand
2025-04-06 12:17:38 +02:00
parent 6fb9ce67c0
commit 42f9485a39
4 changed files with 96 additions and 22 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ class searxSearch(Tools):
status = self.link_valid(link)
statuses.append(status)
return statuses
def execute(self, blocks: list, safety: bool = False) -> str:
"""Executes a search query against a SearxNG instance using POST and extracts URLs and titles."""
if not blocks: