mirror of https://github.com/Jackett/Jackett
mnv: fix date selector
This commit is contained in:
parent
a927afd146
commit
f74c32cca9
|
@ -137,7 +137,7 @@ search:
|
|||
- name: regexp
|
||||
args: "src=(.*?) width"
|
||||
date:
|
||||
selector: td.tablea table tbody tr:nth-child(2) td:nth-child(2) b
|
||||
selector: td.tablea > table > tbody > tr:nth-child(2) > td:nth-child(2) > b
|
||||
filters:
|
||||
- name: append
|
||||
args: " +01:00" # CET
|
||||
|
|
Loading…
Reference in New Issue