chore: update parsers

This commit is contained in:
sjdonado
2026-02-05 00:26:49 +00:00
committed by github-actions[bot]
parent 3776621fe9
commit 81f3c95c2b
2 changed files with 8 additions and 0 deletions
Binary file not shown.
+8
View File
@@ -699,6 +699,14 @@ user_agent_parsers:
- regex: '(MicroMessenger)/(\d+)\.(\d+)\.(\d+)\.(\d+)'
family_replacement: 'WeChat Browser'
# Odin Browser
- regex: '(Odin)/(\d+)\.(\d+)\.(\d+)\.(\d+)'
family_replacement: 'Odin'
# NetCast Smart TV
- regex: '(Colt)/(\d+)\.(\d+)'
family_replacement: 'NetCast Smart TV'
#### END SPECIAL CASES TOP ####
#### MAIN CASES - this catches > 50% of all browsers ####