Skip to content

Commit e85ea78

Browse files
committed
Improves detection for Philips
ref #7508
1 parent 8805789 commit e85ea78

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Tests/fixtures/tv-2.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5773,3 +5773,19 @@
57735773
model: ""
57745774
os_family: Android
57755775
browser_family: Chrome
5776+
-
5777+
user_agent: com.devcoder.iptvxtreamplayer/111 (Linux; U; Android 12; en; Philips Google TV TA1; Build/STT2.220929.001; Cronet/114.0.5735.33)
5778+
os:
5779+
name: Android TV
5780+
version: "12"
5781+
platform: ""
5782+
client:
5783+
type: mediaplayer
5784+
name: Xtream Player
5785+
version: ""
5786+
device:
5787+
type: tv
5788+
brand: Philips
5789+
model: Android TV
5790+
os_family: Android
5791+
browser_family: Unknown

regexes/device/mobiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32778,7 +32778,7 @@ Philips:
3277832778
model: 'Xenium $1'
3277932779
- regex: '(?:Philips[_ ])?(S397|W5510)(?:[);/ ]|$)'
3278032780
model: '$1'
32781-
- regex: 'AND1E(?: TV)?(?:[);/ ]|$)'
32781+
- regex: '(?:AND1E|Google)(?: TV)?(?:[);/ ]|$)'
3278232782
model: 'Android TV'
3278332783
device: 'tv'
3278432784
- regex: '(PI3210G)'

0 commit comments

Comments
 (0)