user_agent.after.yaml 286 B

123456789101112
  1. user_agent_parsers:
  2. # command line tools
  3. - regex: '(Wget)/(\d+)\.(\d+)\.?([ab]?\d+[a-z]*)'
  4. - regex: '(curl)/(\d+)\.(\d+)\.(\d+)'
  5. family_replacement: 'cURL'
  6. os_parsers:
  7. # See #33 for matching the iOS AFHTTPClient
  8. - regex: '(iOS) (\d+)\.(\d+)(?:\.(\d+))?'
  9. device_parsers: