From 99a987decce79368eb26ce77202bf3639943fc44 Mon Sep 17 00:00:00 2001 From: Rhilip Date: Sun, 5 Feb 2023 13:49:44 +0800 Subject: [PATCH] ourbits: update inputs for category (#13976) --- src/Jackett.Common/Definitions/ourbits.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Definitions/ourbits.yml b/src/Jackett.Common/Definitions/ourbits.yml index ba50688cb..91da2c4d5 100644 --- a/src/Jackett.Common/Definitions/ourbits.yml +++ b/src/Jackett.Common/Definitions/ourbits.yml @@ -57,13 +57,13 @@ search: paths: - path: torrents.php inputs: - $raw: "{{ range .Categories }}cat{{.}}=1&{{end}}" + $raw: "{{ range .Categories }}cat[]={{.}}&{{end}}" search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" # 0=incldead, 1=active, 2=dead incldead: 0 # show promotions: 0=all, 1=normal, 2=free, 3=2x, 4=2xFree, 5=50%, 6=2x50%, 7=30% spstate: "{{ if .Config.freeleech }}2{{ else }}0{{ end }}" - # 0=title, 1=descr, 3=uploader, 4=imdb URL + # 0=title, 3=uploader, 4=imdb URL, 5=douban URL search_area: "{{ if .Query.IMDBID }}4{{ else }}0{{ end }}" # 0=AND, 1=OR, 2=Exact search_mode: 0 @@ -138,4 +138,4 @@ search: description: selector: td.rowfollow:nth-child(2) remove: a, img -# Ourbits 1.1.0 (Based on NexusPHP Standard v1.5 Beta 4) 3f7f4b0 2023-02-01 +# Ourbits 1.1.0 (Based on NexusPHP Standard v1.5 Beta 4) e71117f 2023-02-05