lastfiles: site update

This commit is contained in:
ilike2burnthing
2021-02-09 12:26:26 +00:00
committed by GitHub
parent f4d3a317ee
commit ab4f30d7ef

View File

@@ -151,7 +151,7 @@ search:
selector: a[href^="download.php"] selector: a[href^="download.php"]
attribute: href attribute: href
date: date:
selector: td:nth-child(4) span:not(:contains("day")) selector: td:nth-child(5) span:not(:contains("day"))
optional: true optional: true
filters: filters:
- name: append - name: append
@@ -159,26 +159,26 @@ search:
- name: dateparse - name: dateparse
args: "Jan 2 2006 03:04 PM -07:00" args: "Jan 2 2006 03:04 PM -07:00"
date: date:
selector: td:nth-child(4) span:contains("day") selector: td:nth-child(5) span:contains("day")
optional: true optional: true
filters: filters:
- name: append - name: append
args: " +00:00" # auto adjusted by site account profile args: " +00:00" # auto adjusted by site account profile
- name: fuzzytime - name: fuzzytime
size: size:
selector: td:nth-child(5)
grabs:
selector: td:nth-child(6) selector: td:nth-child(6)
grabs:
selector: td:nth-child(7)
filters: filters:
- name: regexp - name: regexp
args: (\d+) args: (\d+)
seeders: seeders:
selector: td:nth-child(7)
leechers:
selector: td:nth-child(8) selector: td:nth-child(8)
leechers:
selector: td:nth-child(9)
downloadvolumefactor: downloadvolumefactor:
case: case:
"img[src*=\"freedownload.gif\"]": 0 "a.info > b:contains(\"FREE\")": 0
# "a.info > b:contains(\"Half\")": 0.5 # "a.info > b:contains(\"Half\")": 0.5
"*": 1 "*": 1
uploadvolumefactor: uploadvolumefactor:
@@ -191,6 +191,6 @@ search:
# 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:
"img[src*=\"freedownload.gif\"]": 172800 "a.info > b:contains(\"FREE\")": 172800
"*": 129600 "*": 129600
# U-232 V5 # U-232 V5