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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to