Skip to content

Commit

Permalink
mnv: fix date selector
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Oct 12, 2020
1 parent a927afd commit f74c32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jackett.Common/Definitions/mnv.yml
Expand Up @@ -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
Expand Down

0 comments on commit f74c32c

Please sign in to comment.