mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02: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:
@@ -114,7 +114,7 @@ search:
|
|||||||
SortOrder: "{{ .Config.type }}"
|
SortOrder: "{{ .Config.type }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.table-rows > tbody > tr
|
selector: table.table-rows > tbody > tr:has(a[href^="/Torrent/Download?ReleaseId="])
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
@@ -168,6 +168,6 @@ search:
|
|||||||
minimumratio:
|
minimumratio:
|
||||||
text: 1.0
|
text: 1.0
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
# 2 days (as seconds = 2 x 24 x 60 x 60)
|
# 4 days (as seconds = 4 x 24 x 60 x 60)
|
||||||
text: 172800
|
text: 345600
|
||||||
# Gazelle
|
# Gazelle
|
||||||
|
Reference in New Issue
Block a user