Update and rename KodExplorer-detect.yaml to kodexplorer-detect.yaml
parent
edb58e4587
commit
cf13bda552
|
@ -1,4 +1,4 @@
|
|||
id: KodExplorer-detect
|
||||
id: kodexplorer-detect
|
||||
|
||||
info:
|
||||
name: KodExplorer-detect
|
||||
|
@ -15,8 +15,15 @@ requests:
|
|||
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
|
||||
matchers:
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- '(?i)<title>.* - Powered by KodExplorer</title>'
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- 'Powered by KodExplorer ([a-z0-9.]+) \|'
|
Loading…
Reference in New Issue