Skip to content

Commit c03648a

Browse files
committed
Improve Smart Tech regex
1 parent fda8f39 commit c03648a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Tests/fixtures/tv-4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5004,7 +5004,7 @@
50045004
device:
50055005
type: tv
50065006
brand: Smart Tech
5007-
model: 343FE2
5007+
model: ""
50085008
os_family: GNU/Linux
50095009
browser_family: Chrome
50105010
-

regexes/device/mobiles.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35463,11 +35463,9 @@ Smart Kassel:
3546335463

3546435464
# Smart Tech (https://www.smarttech-tv.com/)
3546535465
Smart Tech:
35466-
regex: 'Smarttech(?:[);/ ]|$)'
35466+
regex: 'Smarttech[;,]'
3546735467
device: 'tv'
35468-
models:
35469-
- regex: 'Smarttech;SmartTV;VS0([a-z0-9_ -]+);'
35470-
model: '$1'
35468+
model: ''
3547135469

3547235470
# Colors or ColorsMobile (www.colors-mobile.com)
3547335471
Colors:

0 commit comments

Comments
 (0)