mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torrenting: copy tidy
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user