mirror of https://github.com/Jackett/Jackett
The New Retro: fix date parsing (#687)
This commit is contained in:
parent
d969305cbe
commit
3093651f89
|
@ -103,6 +103,11 @@
|
||||||
selector: td.tablea > table > tbody > tr:nth-child(2) > td:nth-child(2) > b:nth-child(3)
|
selector: td.tablea > table > tbody > tr:nth-child(2) > td:nth-child(2) > b:nth-child(3)
|
||||||
date:
|
date:
|
||||||
selector: td.tablea > table > tbody > tr:nth-child(2) > td:nth-child(5)
|
selector: td.tablea > table > tbody > tr:nth-child(2) > td:nth-child(5)
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: ["\u00a0", " "]
|
||||||
|
- name: dateparse
|
||||||
|
args: "02.01.2006 15:04:05"
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
"font[color=\"red\"]:contains(\"Only Upload\")": "0"
|
"font[color=\"red\"]:contains(\"Only Upload\")": "0"
|
||||||
|
|
Loading…
Reference in New Issue