lastfiles: new selectors for free and half, fix lint

This commit is contained in:
Garfield69
2023-01-24 15:23:28 +13:00
parent 2a93a26acd
commit c3196b7243

View File

@@ -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