mirror of https://github.com/Jackett/Jackett
3evils: size and date cols have shifted
This commit is contained in:
parent
b3dec55a86
commit
b71bbe49c5
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue