regex update
parent
d66e5a0d24
commit
b8757fa29c
|
@ -19,7 +19,7 @@ requests:
|
||||||
- type: word
|
- type: word
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
- "<TITLE>Cisco Systems Login</TITLE>"
|
- "Cisco Systems Login"
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
|
@ -29,4 +29,4 @@ requests:
|
||||||
- type: regex
|
- type: regex
|
||||||
group: 1
|
group: 1
|
||||||
regex:
|
regex:
|
||||||
- '<script src="javascript\/translate\.js\?(.+)"><\/script>'
|
- '<script src="javascript\/translate\.js\?ver=(.+)"><\/script>'
|
||||||
|
|
Loading…
Reference in New Issue