Re: pyGoogle - restrict by country doesn't seem to work

2006-06-29 Thread dananrg
This worked for me: data = google.doGoogleSearch(searchTerm, restrict = 'countryUS') How does restrict results by country at Google.com? -- http://mail.python.org/mailman/listinfo/python-list

pyGoogle - restrict by country doesn't seem to work

2006-06-29 Thread dananrg
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 = ' countryUS blah blah' Neither work. What am I doing wrong? import google data = google.doGoogleSearch(searchTe