1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-04 02:38:08 +00:00

tjupt: update DLVF ULVF

This commit is contained in:
Garfield69 2025-02-17 17:54:51 +13:00
parent 436ff0e918
commit 0bd0d468f8

View file

@ -159,21 +159,28 @@ search:
selector: td:nth-child(8) selector: td:nth-child(8)
downloadvolumefactor: downloadvolumefactor:
case: case:
font.free: 0 img.pro_free: 0
font.twoupfree: 0 img.pro_free2up: 0
font.halfdown: 0.5 img.pro_50pctdown: 0.5
font.twouphalfdown: 0.5 img.pro_50pctdown2up: 0.5
font.thirtypercent: 0.3 img.pro_30pctdown: 0.3
"*": 1 "*": 1
uploadvolumefactor_custom:
selector: span:has(img.arrowup)
optional: true
filters:
- name: replace
args: ["X", ""]
uploadvolumefactor: uploadvolumefactor:
case: case:
font.twouphalfdown: 2 img.pro_50pctdown2up: 2
font.twoupfree: 2 img.pro_free2up: 2
font.twoup: 2 img.pro_2up: 2
span:has(img.arrowup): "{{ .Result.uploadvolumefactor_custom }}"
"*": 1 "*": 1
minimumratio: minimumratio:
text: 0.8 text: 0.8
description: description:
selector: td:nth-child(2) selector: td:nth-child(2)
remove: a, b, font, img, span remove: a, b, font, img, span
# NexusPHP Standard v1.5 Beta 4 (custom ulvf dlvf) # NexusPHP Standard v1.5 Beta 4 (custom ulvf)