mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 15:42:48 +00:00
The Resurrection: Add download volume, upload volume and min seed time (#7188)
This commit is contained in:
parent
cf06cd3541
commit
32207cf1a4
1 changed files with 17 additions and 1 deletions
|
@ -143,4 +143,20 @@
|
|||
filters:
|
||||
- name: dateparse
|
||||
args: "02/01/2006"
|
||||
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
"*": 1
|
||||
uploadvolumefactor:
|
||||
case:
|
||||
img[src="images/2x.gif"]: 2
|
||||
img[src="images/3x.gif"]: 3
|
||||
img[src="images/4x.gif"]: 4
|
||||
img[src="images/5x.gif"]: 5
|
||||
img[src="images/6x.gif"]: 6
|
||||
img[src="images/7x.gif"]: 7
|
||||
img[src="images/8x.gif"]: 8
|
||||
img[src="images/9x.gif"]: 9
|
||||
img[src="images/10x.gif"]: 10
|
||||
"*": 1
|
||||
minimumseedtime:
|
||||
text: 57600 # 16 hours seeding needed
|
||||
|
|
Loading…
Reference in a new issue