1
0
Fork 0
forked from swee/MeowNex

Update search

This commit is contained in:
Swee 2024-10-05 17:16:42 -07:00
parent bcbe35e792
commit b38fcb3709

View file

@ -3,7 +3,7 @@ import duckduckgo_search
from sys import argv, exit
#try:
if True:
request = DDGS().text(" ".join(argv[3:]), max_results=1, backend='api')
request = DDGS().text(" ".join(argv[3:]), max_results=1)
print(request[0]["href"] + " ⁜ " + request[0]["title"] + " ⁜ " + request[0]["body"])
exit()
#except duckduckgo_search.exceptions.RatelimitException: