- user_agent_parsers:
- # command line tools
- - regex: '(Wget)/(\d+)\.(\d+)\.?([ab]?\d+[a-z]*)'
- - regex: '(curl)/(\d+)\.(\d+)\.(\d+)'
- family_replacement: 'cURL'
- os_parsers:
- # See #33 for matching the iOS AFHTTPClient
- - regex: '(iOS) (\d+)\.(\d+)(?:\.(\d+))?'
- device_parsers:
|