From ce570688eb01364d4305b0075a13aaaa6e67ebad Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 18 Jul 2009 10:50:51 +0200 Subject: [PATCH] update user agent strign to firefox 3.5.1 --- oxlib/net.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oxlib/net.py b/oxlib/net.py index 255b5c5..ab3fac4 100644 --- a/oxlib/net.py +++ b/oxlib/net.py @@ -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' }