Added version extractor

patch-1
sandeep 2022-01-18 09:50:34 +05:30
parent 6479afc4f1
commit 2b7304c427
1 changed files with 6 additions and 0 deletions

View File

@ -21,3 +21,9 @@ requests:
- type: status
status:
- 200
extractors:
- type: regex
group: 1
regex:
- '(?i)<title>([A-Za-z 0-9.]+)</title>'