Skip to content

Commit

Permalink
Improves detection for Stilevs brand
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Dec 22, 2024
1 parent b03a78b commit bb4f0e6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
18 changes: 18 additions & 0 deletions Tests/fixtures/tv-4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7194,3 +7194,21 @@
model: Fundroid MB216
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 11; STILEVS SMART TV Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.120 Safari/537.36
os:
name: Android TV
version: "11"
platform: ""
client:
type: browser
name: Chrome Webview
version: 83.0.4103.120
engine: Blink
engine_version: 83.0.4103.120
device:
type: tv
brand: Stilevs
model: Smart TV
os_family: Android
browser_family: Chrome
8 changes: 6 additions & 2 deletions regexes/device/mobiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43202,9 +43202,13 @@ simfer:

# Stilevs (https://stilevskktc.com/)
Stilevs:
regex: '(ST65SMWOS4K)(?:[);/ ]|$)'
regex: 'STILEVS|ST65SMWOS4K(?:[);/ ]|$)'
device: 'tv'
model: '$1'
models:
- regex: 'ST65SMWOS4K'
model: 'ST65SMWOS4K'
- regex: 'STILEVS SMART TV(?:[);/ ]|$)'
model: 'Smart TV'

# TV+ (https://tvplus.com.tr/)
TV+:
Expand Down

0 comments on commit bb4f0e6

Please sign in to comment.