Update and rename KodExplorer-detect.yaml to kodexplorer-detect.yaml

patch-1
Prince Chaddha 2021-12-24 19:31:28 +05:30 committed by GitHub
parent edb58e4587
commit cf13bda552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 2 deletions

View File

@ -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.]+) \|'