mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
bigfangroup: drop referer and fix keywordless resolves #6275
This commit is contained in:
@@ -89,9 +89,6 @@ settings:
|
|||||||
asc: asc
|
asc: asc
|
||||||
|
|
||||||
search:
|
search:
|
||||||
# https://bigfangroup.org/browse.php?search=black+lightning&cat=0&incldead=0&year=0&format=0
|
|
||||||
headers:
|
|
||||||
Referer: ["{{ .Config.sitelink }}browse.php{{ if .Keywords }}?search={{ .Keywords }}&cat=0&incldead=1&year=0&format=0{{ else }}{{ end }}"]
|
|
||||||
paths:
|
paths:
|
||||||
# https://bigfangroup.org/browse.php?ajax=1&search=the+librarian&cat=0&incldead=0&year=0&format=0
|
# https://bigfangroup.org/browse.php?ajax=1&search=the+librarian&cat=0&incldead=0&year=0&format=0
|
||||||
- path: browse.php
|
- path: browse.php
|
||||||
@@ -101,7 +98,7 @@ search:
|
|||||||
cat: "{{ if .Keywords }}0{{ else }}{{ end }}"
|
cat: "{{ if .Keywords }}0{{ else }}{{ end }}"
|
||||||
# 0 active, 1 incldead, 2 onlydead, 3 gold, 4 noseed, 5 silver, 7 BFG
|
# 0 active, 1 incldead, 2 onlydead, 3 gold, 4 noseed, 5 silver, 7 BFG
|
||||||
incldead: "{{ if .Keywords }}1{{ else }}{{ end }}"
|
incldead: "{{ if .Keywords }}1{{ else }}{{ end }}"
|
||||||
year: "{{ if .Keywords }}0{{ else }}{{ end }}"
|
year: "{{ if .Keywords }}0{{ else }}1{{ end }}"
|
||||||
format: "{{ if .Keywords }}0{{ else }}{{ end }}"
|
format: "{{ if .Keywords }}0{{ else }}{{ end }}"
|
||||||
s: "{{ if .Keywords }}{{ .Config.sort }}{{ else }}{{ end }}"
|
s: "{{ if .Keywords }}{{ .Config.sort }}{{ else }}{{ end }}"
|
||||||
d: "{{ if .Keywords }}{{ .Config.type }}{{ else }}{{ end }}"
|
d: "{{ if .Keywords }}{{ .Config.type }}{{ else }}{{ end }}"
|
||||||
|
Reference in New Issue
Block a user