> they have an official API, you know:
>
> http://developer.yahoo.com/search/boss/
and yes, there are other options too, including pYsearch which is
available from their developer network:
http://developer.yahoo.com/python/python-pysearch.html
for more Python stuff from/for Yahoo, see
spandana g wrote:
HTTPError: HTTP Error 999: Unable to process request at this time --
error 999
Previously i got the error which I have attached below when I use just
urlopen . But now when I use this http request
user_agent='Mozilla/3.0(compatible;MISE 5.5;Windows NT)'
headers={'User-Agen
Hello ,
Traceback (most recent call last):
File "C:\Python25\hadi_yahoo.py", line 12, in
file_source.write(urllib2.urlopen(req).read())
File "C:\Python25\lib\urllib2.py", line 124, in urlopen
return _opener.open(url, data)
File "C:\Python25\lib\urllib2.py", line 387, in open
res