commit
99550ea082
|
@ -24,3 +24,10 @@ requests:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- "<title>phpMyAdmin</title>"
|
- "<title>phpMyAdmin</title>"
|
||||||
|
|
||||||
|
extractors:
|
||||||
|
- type: regex
|
||||||
|
part: body
|
||||||
|
group: 1
|
||||||
|
regex:
|
||||||
|
- 'v=([a-z0-9-._]+)'
|
Loading…
Reference in New Issue