Skip to content

Commit

Permalink
Adds detection for Amazon Fire TV 2 (2023)
Browse files Browse the repository at this point in the history
ref #7539
  • Loading branch information
liviuconcioiu committed Dec 20, 2023
1 parent 6b50197 commit adf7e5e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Tests/fixtures/tv-3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,3 +319,21 @@
model: Fire TV (2021-2022)
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 9; AFTKAUK002) AppleWebKit/537.36 (KHTML, like Gecko) Silk/118.3.1 like Chrome/118.0.5993.155 Safari/537.36
os:
name: Fire OS
version: "7"
platform: ""
client:
type: browser
name: Mobile Silk
version: 118.3.1
engine: Blink
engine_version: 118.0.5993.155
device:
type: tv
brand: Amazon
model: Fire TV 2 (2023)
os_family: Android
browser_family: Chrome
3 changes: 3 additions & 0 deletions regexes/device/mobiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23122,6 +23122,9 @@ Amazon:
- regex: 'AFTANNA0(?:[);/ ]|$)'
model: 'Fire TV (2021-2022)'
device: 'tv'
- regex: 'AFTKAUK002(?:[);/ ]|$)'
model: 'Fire TV 2 (2023)'
device: 'tv'
- regex: 'AFTB(?:[);/ ]|$)'
model: 'Fire TV (Gen 1)'
device: 'tv'
Expand Down

0 comments on commit adf7e5e

Please sign in to comment.