Update search
This commit is contained in:
parent
289bc770f2
commit
be95a53f71
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ from duckduckgo_search import DDGS
|
|||
from sys import argv
|
||||
print("Please stand by...")
|
||||
request = DDGS().text(" ".join(argv[3:]))
|
||||
print(request[0])
|
||||
print(request[0]["href"] + " - " + request[0]["title"] + " - " + request[0]["body"])
|
Loading…
Reference in a new issue