diff --git a/cc/search b/cc/search index d3c0cb3..aff8324 100644 --- a/cc/search +++ b/cc/search @@ -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, region='wt-wt', timelimit='7d') print(request[0]["href"] + " ⁜ " + request[0]["title"] + " ⁜ " + request[0]["body"]) exit() #except duckduckgo_search.exceptions.RatelimitException: