Compare commits

...

2 commits

Author SHA1 Message Date
rlx
e67ec495d2 update geo (Congo) 2018-02-14 12:00:40 +01:00
rlx
d6fe8b1c5c update user agents (Mac OS 10.2/10.3) 2018-02-14 12:00:29 +01:00
2 changed files with 3 additions and 1 deletions

View file

@ -1287,7 +1287,7 @@
}, },
"east": 31.3146115, "east": 31.3146115,
"flagURL": "http://upload.wikimedia.org/wikipedia/commons/6/6f/Flag_of_the_Democratic_Republic_of_the_Congo.svg", "flagURL": "http://upload.wikimedia.org/wikipedia/commons/6/6f/Flag_of_the_Democratic_Republic_of_the_Congo.svg",
"imdbName": "Democratic Republic of Congo", "imdbName": "The Democratic Republic Of Congo",
"languages": [ "languages": [
"Lingala" "Lingala"
], ],

View file

@ -362,6 +362,8 @@ Ox.parseUserAgent = function(userAgent) {
'10.9': '10.9 (Mavericks)', '10.9': '10.9 (Mavericks)',
'10.10': '10.10 (Yosemite)', '10.10': '10.10 (Yosemite)',
'10.11': '10.11 (El Capitan)', '10.11': '10.11 (El Capitan)',
'10.12': '10.12 (Sierra)',
'10.13': '10.13 (High Sierra)',
'CrOS': 'Chrome OS', 'CrOS': 'Chrome OS',
'NT 4.0': 'NT 4.0 (Windows NT)', 'NT 4.0': 'NT 4.0 (Windows NT)',
'NT 4.1': 'NT 4.1 (Windows 98)', 'NT 4.1': 'NT 4.1 (Windows 98)',