mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
@@ -66,6 +66,10 @@ settings:
|
|||||||
- name: password
|
- name: password
|
||||||
type: password
|
type: password
|
||||||
label: Password
|
label: Password
|
||||||
|
- name: freeleech
|
||||||
|
type: checkbox
|
||||||
|
label: Search freeleech only
|
||||||
|
default: false
|
||||||
- name: striprussian
|
- name: striprussian
|
||||||
type: checkbox
|
type: checkbox
|
||||||
label: Strip Russian Letters
|
label: Strip Russian Letters
|
||||||
@@ -147,10 +151,9 @@ search:
|
|||||||
srg: -1
|
srg: -1
|
||||||
# title search
|
# title search
|
||||||
nm: "{{ .Keywords }}"
|
nm: "{{ .Keywords }}"
|
||||||
# find a username
|
|
||||||
pn: ""
|
|
||||||
# search by partial word
|
# search by partial word
|
||||||
allw: 0
|
allw: 0
|
||||||
|
tor_type: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: tr[id^="tor_"]:has(a[href^="./dl.php?id="])
|
selector: tr[id^="tor_"]:has(a[href^="./dl.php?id="])
|
||||||
@@ -206,7 +209,15 @@ search:
|
|||||||
# unix
|
# unix
|
||||||
selector: td:last-child > u
|
selector: td:last-child > u
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
text: 1
|
case:
|
||||||
|
img[src$="/tor_gold.gif"]: 0
|
||||||
|
img[src$="/tor_silver.gif"]: 0.5
|
||||||
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
text: 1
|
||||||
|
minimumratio:
|
||||||
|
text: 1.0
|
||||||
|
minimumseedtime:
|
||||||
|
# 100 hours (as seconds = 100 x 60 x 60)
|
||||||
|
text: 360000
|
||||||
# TorrentPier
|
# TorrentPier
|
||||||
|
Reference in New Issue
Block a user