mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
torrenting: copy tidy
This commit is contained in:
parent
5981e146e0
commit
ed9bf2c4f1
1 changed files with 6 additions and 5 deletions
|
@ -67,8 +67,11 @@ login:
|
|||
search:
|
||||
paths:
|
||||
# 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?{{ 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 }}"
|
||||
- path: t
|
||||
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:
|
||||
selector: table#torrentsTable > tbody > tr:has(td.torrentNameInfo)
|
||||
|
@ -101,8 +104,6 @@ search:
|
|||
selector: td:nth-last-child(1)
|
||||
size:
|
||||
selector: td:nth-last-child(3)
|
||||
downloadvolumefactor:
|
||||
text: 1
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
"span:contains(\"FreeLeech\")": 0
|
||||
|
@ -112,6 +113,6 @@ search:
|
|||
minimumratio:
|
||||
text: 1.1
|
||||
minimumseedtime:
|
||||
# 3 days
|
||||
# 3 days (as seconds = 3 x 24 x 60 x 60)
|
||||
text: 259200
|
||||
# engine n/a
|
||||
|
|
Loading…
Add table
Reference in a new issue