mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-03 08:57:46 +02:00
vizuk: update volumefactors and minseedtime (#5170)
This commit is contained in:
@@ -158,15 +158,9 @@
|
|||||||
attribute: title
|
attribute: title
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["FREE LEECH!", "0"]
|
args: ["No cuenta la descarga", "0"]
|
||||||
downloadvolumefactor:
|
- name: replace
|
||||||
optional: true
|
args: ["Cuenta descarga: 0.5", "0.5"]
|
||||||
selector: img[src$="torrent_multiple_download.png"]
|
|
||||||
attribute: title
|
|
||||||
filters:
|
|
||||||
- name: split
|
|
||||||
args: [":", 1]
|
|
||||||
- name: trim
|
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: "1"
|
text: "1"
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
@@ -174,10 +168,9 @@
|
|||||||
selector: img[src$="torrent_multiple_upload.png"]
|
selector: img[src$="torrent_multiple_upload.png"]
|
||||||
attribute: title
|
attribute: title
|
||||||
filters:
|
filters:
|
||||||
- name: split
|
- name: replace
|
||||||
args: [":", 1]
|
args: ["Cuenta subida por: 2", 2]
|
||||||
- name: trim
|
|
||||||
minimumratio:
|
minimumratio:
|
||||||
text: "1.0"
|
text: "1.0"
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
text: "259200" # 3 day (72h)
|
text: "345600" # 4 day (96h)
|
Reference in New Issue
Block a user