Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xgoogle is unable to search using domain limiter: site:example.com #9

Open
ssbarnea opened this issue Jul 10, 2013 · 1 comment
Open

Comments

@ssbarnea
Copy link

xgoogle is unable to search using domain limiter: site:example.com returning not results instead.

@gg4u
Copy link

gg4u commented Oct 21, 2013

Got the same issue.
Tried to replace in search.py
line 190:
#safe_url = [url % { 'query': urllib.quote_plus(self.query),
safe_url = [url % { 'query': urllib.quote('site:'+self.query),

but did not work either.

I could not find info @ google api either:
what is "site:" actually: an attribute, a keyword, a method?
I couldn't see any particular parameter in the query string ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants