mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
torrentmax: change search paths. resolves #12669
This commit is contained in:
parent
8ebf088de5
commit
bfb76df312
1 changed files with 2 additions and 9 deletions
|
@ -58,15 +58,8 @@ download:
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
# https://torrentmax2.net/search?srows=10&gr_id=&sfl=wr_subject%7C%7Cwr_content&stx=2021&sop=and
|
# https://torrentmax2.net/search?srows=10&gr_id=&sfl=wr_subject%7C%7Cwr_content&stx=2021&sop=and
|
||||||
- path: search
|
- path: "search?srows=50&sfl=wr_subject&sop=and&gr_id={{ if .Keywords }}&stx={{ .Keywords }}{{ else }}tv&stx={{ .Today.Year }}{{ end }}"
|
||||||
inputs:
|
- path: "search?srows=50&sfl=wr_subject&sop=and&gr_id={{ if .Keywords }}&stx={{ .Keywords }}&page=2{{ else }}movie&stx={{ .Today.Year }}{{ end }}"
|
||||||
srows: 100
|
|
||||||
gr_id: ""
|
|
||||||
# wr_subject||wr_content, wr_subject, wr_content, mb_id, wr_name
|
|
||||||
sfl: wr_subject
|
|
||||||
stx: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
|
|
||||||
# or, and
|
|
||||||
sop: and
|
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: div.search-media div.media:not(:has(a[href*="/max/PHOTO/"])):not(:has(a[href*="/max/GIRL/"])):not(:has(a[href*="/max/CAM/"])):not(:has(a[href*="/max/notice/"])):not(:has(a[href*="/max/humor/"]))
|
selector: div.search-media div.media:not(:has(a[href*="/max/PHOTO/"])):not(:has(a[href*="/max/GIRL/"])):not(:has(a[href*="/max/CAM/"])):not(:has(a[href*="/max/notice/"])):not(:has(a[href*="/max/humor/"]))
|
||||||
|
|
Loading…
Add table
Reference in a new issue