update user agent strign to firefox 3.5.1
This commit is contained in:
parent
8b2d9c5a87
commit
ce570688eb
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue