bigfangroup: now requires Referer header

This commit is contained in:
Garfield69
2023-07-26 08:40:42 +12:00
parent 565c942d3b
commit 5acc223fd4

View File

@@ -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 }}"