Merge pull request #14 from sjdonado/automated/update-parsers

This commit is contained in:
Juan Rodriguez Donado
2026-02-06 21:53:16 +01:00
committed by GitHub
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 ####