You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
286 B
YAML
12 lines
286 B
YAML
|
6 years ago
|
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:
|