diff --git a/data/GeoLite2-Country.mmdb b/data/GeoLite2-Country.mmdb index 280252c..b0b3831 100644 Binary files a/data/GeoLite2-Country.mmdb and b/data/GeoLite2-Country.mmdb differ diff --git a/data/uap_core_regexes.yaml b/data/uap_core_regexes.yaml index 87ac881..7af9cd9 100644 --- a/data/uap_core_regexes.yaml +++ b/data/uap_core_regexes.yaml @@ -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 ####