mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-02 16:42:01 +02:00
torrentz2k: fix date, add latest. #8213
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
inputs:
|
inputs:
|
||||||
page: 2
|
page: 2
|
||||||
inputs:
|
inputs:
|
||||||
q: "{{ if .Keywords }}{{ .Keywords }}{{else}}2020{{end}}"
|
q: "{{ if .Keywords }}{{ .Keywords }}{{else}}:latest:{{end}}"
|
||||||
category: all
|
category: all
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
@@ -75,11 +75,11 @@
|
|||||||
selector: td:nth-child(5)
|
selector: td:nth-child(5)
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["sec", " second"]
|
args: ["sec", "seconds"]
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["min", " minute"]
|
args: ["min", "minutes"]
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["hr", "hour"]
|
args: ["hr", "hours"]
|
||||||
- name: append
|
- name: append
|
||||||
args: " ago"
|
args: " ago"
|
||||||
- name: timeago
|
- name: timeago
|
||||||
|
Reference in New Issue
Block a user