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

some dorks with '"' don't work

sandyboxy opened this issue · comments

Describe the bug
Some dorks don't work such as q = 'site:linkedin.com "wikipedia"'
This is my piece of code:

q = 'site:linkedin.com "{}"'.format(name)
with DDGS() as ddg:
	ddg_res = ddg.text(q)

It returns: Wikipedia, the Free Encyclopedia | 13,303 followers on LinkedIn. Imagine a world in which every single human being can freely share in the sum of all knowledge. | Wikipedia is a multilingual ...
While, if I make the query via DDG gui I have the following result: About us. Wikipedia is a multilingual online encyclopedia, based on open collaboration through a wiki-based content editing system. Website. https://www.wikipedia.org/. Industries. Software

it seems like it doesn't work the query with '"'

Specify this information

  • OS: Ubuntu
  • environment: python 3.8.10
  • duckduckgo_search version: 3.8.3
commented

scr