Update bazarr-login.yaml

patch-1
r3dg33k 2021-08-11 21:45:58 +03:00 committed by GitHub
parent e39325f756
commit 47bc54b2fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@ requests:
Referer: {{BaseURL}}/system/status
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
- |
GET /login HTTP/1.1
Host: {{BaseURL}}
@ -32,18 +32,18 @@ requests:
Sec-GPC: 1
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
matchers-condition: and
matchers:
- type: word
words:
- type: word
words:
- '"data"'
- '"bazarr_config_directory"'
- '"bazarr_directory"'
- '"bazarr_version"'
- '"operating_system"'
- '<title>Bazarr</title>'
- type: status
status:
- 200