mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
lastfiles: new selectors for free and half, fix lint
This commit is contained in:
@@ -234,19 +234,17 @@ search:
|
||||
selector: td:nth-child(8)
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
"a.info > b:contains(\"FREE\")": 0
|
||||
# "a.info > b:contains(\"Half\")": 0.5
|
||||
img[src$="half2.png"]: 0.5
|
||||
a#free-btn: 0
|
||||
"*": 1
|
||||
uploadvolumefactor:
|
||||
case:
|
||||
# "a.info > b:contains(\"2XUP\")": 2
|
||||
"*": 1
|
||||
text: 1
|
||||
minimumratio:
|
||||
text: 1.0
|
||||
minimumseedtime:
|
||||
# freeleech 2 days (as seconds = 2 x 24 x 60 x 60)
|
||||
# notfree 1.5 days (as seconds = 1.5 x 24 x 60 x 60)
|
||||
case:
|
||||
"a.info > b:contains(\"FREE\")": 172800
|
||||
a#free-btn: 172800
|
||||
"*": 129600
|
||||
# U-232 V5
|
||||
|
Reference in New Issue
Block a user