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
|
- 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"
|
||||||
|
|
Loading…
Reference in New Issue