You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, this is a user agent for Instagram ios app:
Mozilla/5.0 (iPhone; CPU iPhone OS 12_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/16A404 Instagram 72.0.0.20.101 (iPad6,11; iOS 12_0_1; ru_RU; ru-RU; scale=2.00; gamut=normal; 750x1334; 131642248)
It has app name, but the result of user_agent_parser.Parse(ua_string) for this:
Actually, this is a user agent for Instagram ios app:
Mozilla/5.0 (iPhone; CPU iPhone OS 12_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/16A404 Instagram 72.0.0.20.101 (iPad6,11; iOS 12_0_1; ru_RU; ru-RU; scale=2.00; gamut=normal; 750x1334; 131642248)
It has app name, but the result of
user_agent_parser.Parse(ua_string)
for this:But
'family': 'Instagram'
is expected, because uap-core has regex for Instagram UA.It seems that uap-core submodule is outdated.
The text was updated successfully, but these errors were encountered: