Browse Source

[enh] extend user agent versions

Adam Tauber 9 years ago
parent
commit
d8ef944974
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      searx/utils.py

+ 4
- 2
searx/utils.py View File

1
-# import htmlentitydefs
2
 import cStringIO
1
 import cStringIO
3
 import csv
2
 import csv
4
 import os
3
 import os
20
                '34.0',
19
                '34.0',
21
                '35.0',
20
                '35.0',
22
                '36.0',
21
                '36.0',
23
-               '37.0')
22
+               '37.0',
23
+               '38.0',
24
+               '39.0',
25
+               '40.0')
24
 
26
 
25
 ua_os = ('Windows NT 6.3; WOW64',
27
 ua_os = ('Windows NT 6.3; WOW64',
26
          'X11; Linux x86_64',
28
          'X11; Linux x86_64',