mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
netcosmo: hide nocover poster
amend MST update engine tag
This commit is contained in:
@@ -102,7 +102,7 @@ search:
|
|||||||
category: "{{ range .Categories }}{{.}};{{end}}"
|
category: "{{ range .Categories }}{{.}};{{end}}"
|
||||||
# 0 all, 1 active, 2 dead
|
# 0 all, 1 active, 2 dead
|
||||||
active: 0
|
active: 0
|
||||||
# 0 filename, 1 file&descr, 2 descr, 3 uploader, 5 gold, 6 silver, 7 bronze
|
# 0 filename, 1 file&descr, 2 descr, 3 uploader, 5 gold, 6 silver, 7 bronze, 18 genre
|
||||||
options: "{{ if .Config.freeleech }}5{{ else }}0{{ end }}"
|
options: "{{ if .Config.freeleech }}5{{ else }}0{{ end }}"
|
||||||
order: "{{ .Config.sort }}"
|
order: "{{ .Config.sort }}"
|
||||||
by: "{{ .Config.type }}"
|
by: "{{ .Config.type }}"
|
||||||
@@ -132,6 +132,8 @@ search:
|
|||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
args: "src=(.*?) "
|
args: "src=(.*?) "
|
||||||
|
- name: replace
|
||||||
|
args: ["torrentimg/nocover.jpg", ""]
|
||||||
details:
|
details:
|
||||||
selector: a[onmouseover][href^="index.php?page=torrent-details&id="]
|
selector: a[onmouseover][href^="index.php?page=torrent-details&id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
@@ -174,6 +176,6 @@ search:
|
|||||||
minimumratio:
|
minimumratio:
|
||||||
text: 1.0
|
text: 1.0
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
# 2 days (as seconds = 2 x 24 x 60 x 60)
|
# 1 day (as seconds = 1 x 24 x 60 x 60)
|
||||||
text: 172800
|
text: 86400
|
||||||
# xbtitFM v2.2.09
|
# xbtitFM v3.1.01
|
||||||
|
Reference in New Issue
Block a user