mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
3evils: size and date cols have shifted
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user