Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
Update regexes
Browse files Browse the repository at this point in the history
  • Loading branch information
creadone committed Nov 13, 2020
1 parent 1936205 commit 7550940
Show file tree
Hide file tree
Showing 8 changed files with 1,001 additions and 754 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: device_detector
version: 0.3.11
version: 0.3.12

authors:
- creadone <[email protected]>
Expand Down
8 changes: 8 additions & 0 deletions src/device_detector/regexes/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1283,6 +1283,14 @@
name: 'Tencent Holdings'
url: 'http://www.soso.com'

- regex: 'Sprinklr'
name: 'Sprinklr'
category: 'Crawler'
url: ''
producer:
name: 'Sprinklr, Inc.'
url: 'https://www.sprinklr.com/'

- regex: 'sqlmap/'
name: 'sqlmap'
category: 'Security Checker'
Expand Down
22 changes: 21 additions & 1 deletion src/device_detector/regexes/client/browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -880,13 +880,18 @@
version: '$1'
engine:
default: 'Blink'

#Yandex Browser
- regex: 'YaBrowser(?:/(\d+[\.\d]*))(?: \((alpha|beta)\))?'
name: 'Yandex Browser'
version: '$1 $2'
engine:
default: 'Blink'
# Yandex Browser + voice assistant alisa
- regex: 'YaSearchBrowser(?:/(\d+[\.\d]*))'
name: 'Yandex Browser'
version: '$1'
engine:
default: 'Blink'

# Yaani Browser
- regex: 'YaaniBrowser(?:/(\d+[\.\d]+))?'
Expand Down Expand Up @@ -1224,12 +1229,27 @@
engine:
default: 'WebKit'

# Monument Browser
- regex: 'MonumentBrowser(?:/(\d+[\.\d]+))?'
name: 'Monument Browser'
version: '$1'
engine:
default: 'WebKit'

# Blue Browser
- regex: 'BlueBrowser(?:/(\d+[\.\d]+))?'
name: 'Blue Browser'
version: '$1'
engine:
default: 'WebKit'

# Japan Browser (https://play.google.com/store/apps/details?id=com.japan.browser.anti.blokir)
- regex: 'JAPAN Browser(?:/(\d+[\.\d]+))?'
name: 'Japan Browser'
version: '$1'
engine:
default: 'WebKit'

# Chrome Webview
- regex: 'Version/.* Chrome(?:/(\d+[\.\d]+))?'
name: 'Chrome Webview'
Expand Down
5 changes: 5 additions & 0 deletions src/device_detector/regexes/client/libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,8 @@
name: 'ReactorNetty'
version: $1
url: 'https://github.com/reactor/reactor-netty'

- regex: 'PostmanRuntime(?:/(\d+[\.\d]+))?'
name: 'Postman Desktop'
version: $1
url: 'https://github.com/postmanlabs/postman-runtime'
10 changes: 5 additions & 5 deletions src/device_detector/regexes/device/cameras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ Samsung:
device: 'camera'
models:
- regex: 'EK-GN120'
model: 'GALAXY NX'
model: 'Galaxy NX'
- regex: 'EK-GC100'
model: 'GALAXY Camera'
model: 'Galaxy Camera'
- regex: 'EK-GC110'
model: 'GALAXY Camera WiFi only'
model: 'Galaxy Camera WiFi only'
- regex: 'EK-GC200'
model: 'GALAXY Camera 2'
model: 'Galaxy Camera 2'
- regex: 'EK-GC([0-9]{3})'
model: 'GALAXY Camera $1'
model: 'Galaxy Camera $1'
Loading

0 comments on commit 7550940

Please sign in to comment.