commit: dafb49c804348ea930298788b73bb63dfeb6da1c
parent: 27efdf38c8e068394a42269c4ce4e2cba461ee81
Author: Adam Tauber <asciimoo@gmail.com>
Date: Tue, 27 Jan 2015 19:58:39 +0100
[mod] update useragent versions
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/searx/utils.py b/searx/utils.py
@@ -17,11 +17,11 @@ from searx import logger
logger = logger.getChild('utils')
-ua_versions = ('29.0',
- '30.0',
- '31.0',
+ua_versions = ('31.0',
'32.0',
- '33.0')
+ '33.0',
+ '34.0',
+ '35.0')
ua_os = ('Windows NT 6.3; WOW64',
'X11; Linux x86_64',