Skip to content

Commit

Permalink
Merge branch 'master' into pr_device_100
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl authored May 27, 2021
2 parents e483649 + 8948af2 commit 82d1ed8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Tests/Parser/Client/fixtures/mobile_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -557,3 +557,15 @@
type: mobile app
name: Binance
version: 1.39.4
-
user_agent: Mozilla/5.0 (Linux; Android 8.1.0; C1 Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 OKAndroid/19.11.26 b577 OkApp
client:
type: mobile app
name: Odnoklassniki
version: 19.11.26
-
user_agent: Mozilla/5.0 (iPad; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/602.3.12 (KHTML, like Gecko) Mobile/14C92 (iPad3,4) OKiOS/6.10.2 OKApp
client:
type: mobile app
name: Odnoklassniki
version: 6.10.2
5 changes: 5 additions & 0 deletions regexes/client/mobile_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -542,3 +542,8 @@
- regex: 'BNC/.+\(Android (\d+[\.\d]+)\)'
name: 'Binance'
version: '$1'

# Odnoklassniki https://play.google.com/store/apps/details?id=ru.ok.android https://apps.apple.com/app/id398465290
- regex: 'OK(?:Android|iOS)/([\d\.]+)'
name: 'Odnoklassniki'
version: '$1'

0 comments on commit 82d1ed8

Please sign in to comment.