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