Skip to content

Commit

Permalink
Improves detection for Essentielb devices
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Oct 29, 2024
1 parent 390c74e commit 8602cdb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
18 changes: 18 additions & 0 deletions Tests/fixtures/tv-4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3063,3 +3063,21 @@
model: 32D1240
os_family: GNU/Linux
browser_family: Chrome
-
user_agent: Zeasn/2.0 NETTV/4.5.0 Mozilla/5.0 (Linux;CE-HTML/1.0;U;en), Chrome/49.0.2623.87 Safari/537.36 AppleWebKit 537.36 (KHTML, like Gecko) Tbrowser/2.0, _TV_UNKONWN/V8-NT563AM-LF1V033 (ESSENTIEL B,32A6000,wireless)
os:
name: Whale OS
version: "1"
platform: ""
client:
type: browser
name: T-Browser
version: "2.0"
engine: Blink
engine_version: 49.0.2623.87
device:
type: smartphone
brand: Essentielb
model: 32A6000
os_family: Other Smart TV
browser_family: Chrome
4 changes: 3 additions & 1 deletion regexes/device/mobiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8032,7 +8032,7 @@ Eton:

# Essentielb
Essentielb:
regex: '(?:Wooze[_ ]?(?:I55?|I45|X?L)|HEYOU(?:[135]|20PLUS|[1-7]0))(?:[);/ ]|$)'
regex: 'ESSENTIEL B[;,]|(?:Wooze[_ ]?(?:I55?|I45|X?L)|HEYOU(?:[135]|20PLUS|[1-7]0))(?:[);/ ]|$)'
device: 'smartphone'
models:
- regex: 'HEYOU20PLUS(?:[);/ ]|$)'
Expand All @@ -8041,6 +8041,8 @@ Essentielb:
model: 'HEYou $1'
- regex: 'Wooze[_ ]?((?:I55?|I45|X?L))(?:[);/ ]|$)'
model: 'Wooze $1'
- regex: 'ESSENTIEL B,([a-z0-9_ \-]+),(?:wired|wireless)'
model: '$1'

# Facebook
Facebook:
Expand Down

0 comments on commit 8602cdb

Please # to comment.