mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 13:46:10 +00:00
parent
90438e04cb
commit
8b3d9f4b5c
4 changed files with 4 additions and 4 deletions
|
@ -123,7 +123,7 @@ search:
|
|||
- name: replace
|
||||
args: [" at ", " "]
|
||||
- name: dateparse
|
||||
args: "02-01-2006 15:04:05"
|
||||
args: "dd-MM-yyyy HH:mm:ss"
|
||||
size:
|
||||
selector: td:nth-last-child(6)
|
||||
grabs:
|
||||
|
|
|
@ -173,7 +173,7 @@ search:
|
|||
# auto adjusted by site account profile
|
||||
filters:
|
||||
- name: dateparse
|
||||
args: "02-01-2006 15:04:05"
|
||||
args: "dd-MM-yyyy HH:mm:ss"
|
||||
grabs:
|
||||
selector: td:nth-last-child(5)
|
||||
seeders:
|
||||
|
|
|
@ -208,7 +208,7 @@ search:
|
|||
- name: replace
|
||||
args: ["Naložen: ", ""]
|
||||
- name: dateparse
|
||||
args: "02.01.2006 15:04:05"
|
||||
args: "dd.MM.yyyy HH:mm:ss"
|
||||
date:
|
||||
text: "{{ if or .Result.date_day .Result.date_year }}{{ or .Result.date_day .Result.date_year }}{{ else }}now{{ end }}"
|
||||
size:
|
||||
|
|
|
@ -123,7 +123,7 @@ search:
|
|||
- name: replace
|
||||
args: [" u ", " "]
|
||||
- name: dateparse
|
||||
args: "02.01.2006 15:04:05"
|
||||
args: "dd.MM.yyyy HH:mm:ss"
|
||||
description:
|
||||
selector: td:nth-child(2)
|
||||
remove: a, br, small
|
||||
|
|
Loading…
Reference in a new issue