Added version extractor
parent
6479afc4f1
commit
2b7304c427
|
@ -21,3 +21,9 @@ requests:
|
|||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
group: 1
|
||||
regex:
|
||||
- '(?i)<title>([A-Za-z 0-9.]+)</title>'
|
Loading…
Reference in New Issue