3evils: size and date cols have shifted

This commit is contained in:
Garfield69 2019-03-18 18:44:47 +13:00
parent b3dec55a86
commit b71bbe49c5
1 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@
- name: replace - name: replace
args: ["details.php?id=", "download.php?torrent="] args: ["details.php?id=", "download.php?torrent="]
size: size:
selector: td:nth-last-child(6) selector: td:nth-last-child(4)
files: files:
selector: a[href^="filelist.php?id="] selector: a[href^="filelist.php?id="]
grabs: grabs:
@ -103,11 +103,11 @@
# Today<br /> 10:20 AM # Today<br /> 10:20 AM
# Yesterday<br /> 08:03 PM # Yesterday<br /> 08:03 PM
optional: true optional: true
selector: td:nth-last-child(7):contains("day") selector: td:nth-last-child(5):contains("day")
date: date:
# Feb 14 2019<br /> 10:20 AM # Feb 14 2019<br /> 10:20 AM
optional: true optional: true
selector: td:nth-last-child(7):not(:contains("day")) selector: td:nth-last-child(5):not(:contains("day"))
filters: filters:
- name: dateparse - name: dateparse
args: "Jan 2 2006 03:04 pm" args: "Jan 2 2006 03:04 pm"