deedy5 / duckduckgo_search

Search for words, documents, images, videos, news, maps and text translation using the DuckDuckGo.com search engine. Downloading files and images to a local hard drive.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get French result?

LeMoussel opened this issue · comments

Hi,

from duckduckgo_search import DDGS

if __name__ == "__main__":
    results = DDGS().text(
        backend='html',
        keywords='Macron',
        region='fr-fr',
        max_results=30
    )
    print(results)

The result is always in English, even if backend is 'api' or 'lite',
I do not know why...

How can I get french result ?

thx.

Hi.
Thanks for finding the problem.
Fixed in v6.1.1