mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +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"]
|
selector: a[href*="imdb.com/title/tt"]
|
||||||
attribute: href
|
attribute: href
|
||||||
date:
|
date:
|
||||||
# 26.03.2020 <br/>3:53
|
# 26.3.2022 <br/>3:53
|
||||||
selector: td:nth-last-child(4)
|
selector: td:nth-last-child(4)
|
||||||
filters:
|
filters:
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
|
@ -129,7 +129,7 @@ search:
|
||||||
- name: append
|
- name: append
|
||||||
args: " +02:00" # EET
|
args: " +02:00" # EET
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "2.01.2006 15:04 -07:00"
|
args: "2.1.2006 15:04 -07:00"
|
||||||
size:
|
size:
|
||||||
selector: td:nth-last-child(3)
|
selector: td:nth-last-child(3)
|
||||||
seeders:
|
seeders:
|
||||||
|
|
Loading…
Add table
Reference in a new issue