Skip to content

Commit

Permalink
Improves detection for Next & NextStar devices
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Feb 13, 2024
1 parent ac9bc1e commit 9e423f0
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-3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2409,3 +2409,21 @@
model: ""
os_family: Android
browser_family: Android Browser
-
user_agent: Dalvik/2.1.0 (Linux; U; Android 10; MyBox Build/QP1A.191105.004)
os:
name: Android
version: "10"
platform: ""
client:
type: browser
name: Android Browser
version: ""
engine: WebKit
engine_version: ""
device:
type: tv
brand: 'Next & NextStar'
model: MyBox
os_family: Android
browser_family: Android Browser
4 changes: 3 additions & 1 deletion regexes/device/mobiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36921,7 +36921,7 @@ NEXT:

# Next & NextStar (https://www.next.com.tr/)
'Next & NextStar':
regex: '^NEXT '
regex: '^NEXT |MyBox(?:[);/ ]|$)'
device: 'tv'
models:
- regex: '2000 WiFi'
Expand All @@ -36930,6 +36930,8 @@ NEXT:
model: '2000 HD Plus'
- regex: '2071'
model: '2071'
- regex: 'MyBox(?:[);/ ]|$)'
model: 'MyBox'

# iMuz (shop.imuz.com)
iMuz:
Expand Down

0 comments on commit 9e423f0

Please sign in to comment.