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
python-user-agents use ua-parser to parse the user agent here
I would like to access the result of ua_parser.user_agent_parser.Parse through python-user-agent lib. It's too bad for me to parse the user agent twice, once with python-user-agent, and once with ua-parser.
What do you think of makingua_dict a property of the UserAgent class? I can summit you a PR.
The text was updated successfully, but these errors were encountered:
python-user-agents
useua-parser
to parse the user agent hereI would like to access the result of
ua_parser.user_agent_parser.Parse
throughpython-user-agent
lib. It's too bad for me to parse the user agent twice, once withpython-user-agent
, and once withua-parser
.What do you think of making
ua_dict
a property of theUserAgent
class? I can summit you a PR.The text was updated successfully, but these errors were encountered: