lastfiles: site update

This commit is contained in:
ilike2burnthing
2021-02-14 03:27:33 +00:00
committed by GitHub
parent d0701b6f37
commit 2c26adfddb

View File

@@ -154,7 +154,7 @@ search:
selector: a[href^="download.php"] selector: a[href^="download.php"]
attribute: href attribute: href
date: date:
selector: td:nth-child(5) span:not(:contains("day")) selector: td:nth-child(4) span:not(:contains("day"))
optional: true optional: true
filters: filters:
- name: append - name: append
@@ -162,23 +162,23 @@ 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(5) span:contains("day") selector: td:nth-child(4) 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(6) selector: td:nth-child(5)
grabs: grabs:
selector: td:nth-child(7) selector: td:nth-child(6)
filters: filters:
- name: regexp - name: regexp
args: (\d+) args: (\d+)
seeders: seeders:
selector: td:nth-child(8) selector: td:nth-child(7)
leechers: leechers:
selector: td:nth-child(9) selector: td:nth-child(8)
downloadvolumefactor: downloadvolumefactor:
case: case:
"a.info > b:contains(\"FREE\")": 0 "a.info > b:contains(\"FREE\")": 0