Nv7-GitHub/googlesearch

Dorks not work

Closed this issue · 1 comments

``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)

I fixed it in an upcoming release.