update user agent strign to firefox 3.5.1

This commit is contained in:
j 2009-07-18 10:50:51 +02:00
parent 8b2d9c5a87
commit ce570688eb
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from chardet.universaldetector import UniversalDetector
# Default headers for HTTP requests.
DEFAULT_HEADERS = {
'User-Agent': 'Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5',
'User-Agent': 'Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.9.1.1) Gecko/20090716 Firefox/3.5',
'Accept-Encoding': 'gzip'
}