1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-09 13:52:03 +00:00

torrenting: copy tidy

This commit is contained in:
Garfield69 2020-10-23 13:29:55 +13:00
parent 5981e146e0
commit ed9bf2c4f1

View file

@ -67,8 +67,11 @@ login:
search: search:
paths: paths:
# https://torrenting.com/t?1=&5=&free=on&q=climax&qf=ti # https://torrenting.com/t?1=&5=&free=on&q=climax&qf=ti
# note: &free= or &free is treated as fleeleech so use if input block here does not work! - path: t
- path: "t?{{ range .Categories }}{{.}}=&{{end}}{{ if .Config.freeleech }}free=on&{{ else }}{{ end }}q={{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}&qf={{ if .Query.IMDBID }}adv{{ else }}ti{{ end }}" inputs:
$raw: "{{ range .Categories }}{{.}}=&{{end}}{{ if .Config.freeleech }}free=on&{{ else }}{{ end }}"
q: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
qf: "{{ if .Query.IMDBID }}adv{{ else }}ti{{ end }}"
rows: rows:
selector: table#torrentsTable > tbody > tr:has(td.torrentNameInfo) selector: table#torrentsTable > tbody > tr:has(td.torrentNameInfo)
@ -101,8 +104,6 @@ search:
selector: td:nth-last-child(1) selector: td:nth-last-child(1)
size: size:
selector: td:nth-last-child(3) selector: td:nth-last-child(3)
downloadvolumefactor:
text: 1
downloadvolumefactor: downloadvolumefactor:
case: case:
"span:contains(\"FreeLeech\")": 0 "span:contains(\"FreeLeech\")": 0
@ -112,6 +113,6 @@ search:
minimumratio: minimumratio:
text: 1.1 text: 1.1
minimumseedtime: minimumseedtime:
# 3 days # 3 days (as seconds = 3 x 24 x 60 x 60)
text: 259200 text: 259200
# engine n/a # engine n/a