Update search
This commit is contained in:
parent
b38fcb3709
commit
5c907f05c1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import duckduckgo_search
|
||||||
from sys import argv, exit
|
from sys import argv, exit
|
||||||
#try:
|
#try:
|
||||||
if True:
|
if True:
|
||||||
request = DDGS().text(" ".join(argv[3:]), max_results=1)
|
request = DDGS().text(" ".join(argv[3:]), max_results=1, backend='api')
|
||||||
print(request[0]["href"] + " ⁜ " + request[0]["title"] + " ⁜ " + request[0]["body"])
|
print(request[0]["href"] + " ⁜ " + request[0]["title"] + " ⁜ " + request[0]["body"])
|
||||||
exit()
|
exit()
|
||||||
#except duckduckgo_search.exceptions.RatelimitException:
|
#except duckduckgo_search.exceptions.RatelimitException:
|
||||||
|
|
Loading…
Reference in a new issue