pyGoogle - restrict by country doesn't seem to work

dananrg at yahoo.com dananrg at yahoo.com
Thu Jun 29 16:52:22 EDT 2006


If I want to restrict search results by country, what precisely do I
need to include in searchTerm variable below?

I've tried:

searchTerm = 'restrict:countryUS blah blah'
searchTerm = '<restrict> countryUS blah blah'

Neither work. What am I doing wrong?

import google
data = google.doGoogleSearch(searchTerm)

Thanks




More information about the Python-list mailing list