Updated mock arr container names

This commit is contained in:
2025-11-20 10:43:15 -07:00
parent b2ae5bd9d9
commit ab4c119e04
560 changed files with 137075 additions and 110038 deletions
+10 -8
View File
@@ -25,15 +25,18 @@ caps:
search: [q]
tv-search: [q, season, ep]
settings:
- name: cookie
type: text
label: Cookie
- name: info_cookie
type: info_cookie
login:
path: takelogin.php
method: post
# using cookie method because login page has embedded Clouflare turnstile
method: cookie
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
returnto: /
error:
- selector: div#content:has(h3:contains("Login Failed"))
cookie: "{{ .Config.cookie }}"
test:
path: browse.php
selector: span.key:contains("Ratio") + span.value
@@ -41,7 +44,6 @@ login:
search:
paths:
- path: browse.php
method: get
inputs:
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
search: "{{ .Keywords }}"