Update search

This commit is contained in:
Swee 2024-10-05 15:02:32 -07:00
parent be95a53f71
commit 24f0db45c7

View file

@ -2,4 +2,4 @@ from duckduckgo_search import DDGS
from sys import argv from sys import argv
print("Please stand by...") print("Please stand by...")
request = DDGS().text(" ".join(argv[3:])) request = DDGS().text(" ".join(argv[3:]))
print(request[0]["href"] + " - " + request[0]["title"] + " - " + request[0]["body"]) print(request[0]["href"] + " ⁜ " + request[0]["title"] + " ⁜ " + request[0]["body"])