mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
bigfangroup: now requires Referer header
This commit is contained in:
@@ -90,14 +90,17 @@ settings:
|
|||||||
|
|
||||||
search:
|
search:
|
||||||
# https://bigfangroup.org/browse.php?search=black+lightning&cat=0&incldead=0&year=0&format=0
|
# https://bigfangroup.org/browse.php?search=black+lightning&cat=0&incldead=0&year=0&format=0
|
||||||
|
headers:
|
||||||
|
Referer: ["{{ .Config.sitelink }}browse.php?search={{ .Keywords }}&cat=0&incldead=1&year=0&format=0"]
|
||||||
paths:
|
paths:
|
||||||
|
# https://bigfangroup.org/browse.php?ajax=1&search=the+librarian&cat=0&incldead=0&year=0&format=0
|
||||||
- path: browse.php
|
- path: browse.php
|
||||||
inputs:
|
inputs:
|
||||||
|
ajax: 1
|
||||||
search: "{{ .Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
cat: 0
|
cat: 0
|
||||||
# 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: 1
|
incldead: 1
|
||||||
ajax: 1
|
|
||||||
year: 0
|
year: 0
|
||||||
format: 0
|
format: 0
|
||||||
s: "{{ .Config.sort }}"
|
s: "{{ .Config.sort }}"
|
||||||
|
Reference in New Issue
Block a user