mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 21:54:51 +00:00
abnormal: prevent 'Aucune donnée trouvée' log error
also correct MST, although this is currently not strictly enforced
This commit is contained in:
parent
79d26b39d1
commit
f0802599cd
1 changed files with 3 additions and 3 deletions
|
@ -114,7 +114,7 @@ search:
|
|||
SortOrder: "{{ .Config.type }}"
|
||||
|
||||
rows:
|
||||
selector: table.table-rows > tbody > tr
|
||||
selector: table.table-rows > tbody > tr:has(a[href^="/Torrent/Download?ReleaseId="])
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
@ -168,6 +168,6 @@ search:
|
|||
minimumratio:
|
||||
text: 1.0
|
||||
minimumseedtime:
|
||||
# 2 days (as seconds = 2 x 24 x 60 x 60)
|
||||
text: 172800
|
||||
# 4 days (as seconds = 4 x 24 x 60 x 60)
|
||||
text: 345600
|
||||
# Gazelle
|
||||
|
|
Loading…
Add table
Reference in a new issue