mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torrentmax: new search path
This commit is contained in:
@@ -57,14 +57,14 @@ download:
|
|||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
# https://torrentmax1.net/bbs/search.php?srows=100&gr_id=&sfl=wr_subject&stx=2021&sop=and
|
# https://torrentmax2.net/search?srows=10&gr_id=&sfl=wr_subject%7C%7Cwr_content&stx=2021&sop=and
|
||||||
- path: bbs/search.php
|
- path: search
|
||||||
inputs:
|
inputs:
|
||||||
stx: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
|
|
||||||
srows: 100
|
srows: 100
|
||||||
gr_id: ""
|
gr_id: ""
|
||||||
# wr_subject||wr_content, wr_subject, wr_content, mb_id, wr_name
|
# wr_subject||wr_content, wr_subject, wr_content, mb_id, wr_name
|
||||||
sfl: wr_subject
|
sfl: wr_subject
|
||||||
|
stx: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
|
||||||
# or, and
|
# or, and
|
||||||
sop: and
|
sop: and
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user