mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
finelite: fix date parsing. resolves #13642
This commit is contained in:
parent
8a1f2cdc9b
commit
8029f87430
1 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ search:
|
|||
selector: a[href*="imdb.com/title/tt"]
|
||||
attribute: href
|
||||
date:
|
||||
# 26.03.2020 <br/>3:53
|
||||
# 26.3.2022 <br/>3:53
|
||||
selector: td:nth-last-child(4)
|
||||
filters:
|
||||
- name: re_replace
|
||||
|
@ -129,7 +129,7 @@ search:
|
|||
- name: append
|
||||
args: " +02:00" # EET
|
||||
- name: dateparse
|
||||
args: "2.01.2006 15:04 -07:00"
|
||||
args: "2.1.2006 15:04 -07:00"
|
||||
size:
|
||||
selector: td:nth-last-child(3)
|
||||
seeders:
|
||||
|
|
Loading…
Add table
Reference in a new issue