mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
bitbazis: fix incldead for browse_xxx
This commit is contained in:
@@ -101,13 +101,17 @@ search:
|
|||||||
paths:
|
paths:
|
||||||
- path: browse.php
|
- path: browse.php
|
||||||
categories: ["!", 33, 66, 99]
|
categories: ["!", 33, 66, 99]
|
||||||
|
inputs:
|
||||||
|
# 0 all, 1 active, 2 deadonly, 3 myuploads, 4 zeroseed, 6 re-seeded
|
||||||
|
incldead: 0
|
||||||
- path: browse_xxx.php
|
- path: browse_xxx.php
|
||||||
categories: [33, 66, 99]
|
categories: [33, 66, 99]
|
||||||
|
inputs:
|
||||||
|
# 0 active, 1 all, 2 deadonly, 3 myuploads, 4 zeroseed, 6 re-seeded
|
||||||
|
incldead: 1
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
||||||
search: "{{ .Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
# 0 all, 1 active, 2 deadonly, 3 myuploads, 4 zeroseed, 6 re-seeded
|
|
||||||
incldead: 0
|
|
||||||
sort: "{{ .Config.sort }}"
|
sort: "{{ .Config.sort }}"
|
||||||
type: "{{ .Config.type }}"
|
type: "{{ .Config.type }}"
|
||||||
# site does not support imdbid searching
|
# site does not support imdbid searching
|
||||||
|
Reference in New Issue
Block a user