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)
|
selector: td:nth-child(8)
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
"a.info > b:contains(\"FREE\")": 0
|
img[src$="half2.png"]: 0.5
|
||||||
# "a.info > b:contains(\"Half\")": 0.5
|
a#free-btn: 0
|
||||||
"*": 1
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
text: 1
|
||||||
# "a.info > b:contains(\"2XUP\")": 2
|
|
||||||
"*": 1
|
|
||||||
minimumratio:
|
minimumratio:
|
||||||
text: 1.0
|
text: 1.0
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
# freeleech 2 days (as seconds = 2 x 24 x 60 x 60)
|
# 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)
|
# notfree 1.5 days (as seconds = 1.5 x 24 x 60 x 60)
|
||||||
case:
|
case:
|
||||||
"a.info > b:contains(\"FREE\")": 172800
|
a#free-btn: 172800
|
||||||
"*": 129600
|
"*": 129600
|
||||||
# U-232 V5
|
# U-232 V5
|
||||||
|
Reference in New Issue
Block a user