Skip to content

Commit c978b81

Browse files
committed
Improves detection for Qilive devices
ref matomo-org#7882
1 parent 1aafdf3 commit c978b81

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

Tests/fixtures/tv-4.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3495,3 +3495,21 @@
34953495
model: 65OV6000U
34963496
os_family: Android
34973497
browser_family: Chrome
3498+
-
3499+
user_agent: Mozilla/5.0 (Linux; Android 11; Qilive SMART TV Build/RTM7.230903.053; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.100 Mobile Safari/537.36
3500+
os:
3501+
name: Android TV
3502+
version: "11"
3503+
platform: ""
3504+
client:
3505+
type: browser
3506+
name: Chrome Webview
3507+
version: 129.0.6668.100
3508+
engine: Blink
3509+
engine_version: 129.0.6668.100
3510+
device:
3511+
type: tv
3512+
brand: Qilive
3513+
model: Smart TV
3514+
os_family: Android
3515+
browser_family: Chrome

regexes/device/mobiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10299,7 +10299,7 @@ Qilive:
1029910299
- regex: 'Qilive ([6-9][^;/)]*)(?: Build|[;)])'
1030010300
model: '$1'
1030110301
device: 'tablet'
10302-
- regex: 'QILIVE;SmartTV'
10302+
- regex: 'QILIVE[; ]Smart ?TV'
1030310303
model: 'Smart TV'
1030410304
device: 'tv'
1030510305

0 commit comments

Comments
 (0)