mirror of
https://github.com/Jackett/Jackett
synced 2025-02-21 13:56:57 +00:00
ebookparadijs: fix floating date selector.
This commit is contained in:
parent
4556ce7c69
commit
253752937e
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
|||
- name: regexp
|
||||
args: "(\\d{1,})"
|
||||
date:
|
||||
selector: td:nth-child(4) table tr:nth-child(2) td:nth-child(3)
|
||||
selector: td:nth-child(4) table tr:nth-child(2) td:last-child
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["januari", "January"]
|
||||
|
|
Loading…
Reference in a new issue