Nv7-GitHub / googlesearch

A Python library for scraping the Google search engine.
https://pypi.org/project/googlesearch-python/
MIT License
471 stars 114 forks source link

Dorks not work #86

Closed MikeSoft closed 1 month ago

MikeSoft commented 1 month ago

``I've tested the library and it's awesome.

But dorks not work.

from googlesearch import search
result = search("site:semana.com nacion 2011", num_results=100, lang="es", advanced=True)
for x in result:
    print(x)
Nv7-GitHub commented 1 month ago

I fixed it in an upcoming release.