mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
oncesearch: default size to 256mb if missing #12288
This commit is contained in:
@@ -126,11 +126,14 @@ search:
|
||||
files:
|
||||
selector: td:nth-child(4)
|
||||
optional: true
|
||||
size:
|
||||
text: "256 MB"
|
||||
size:
|
||||
_size:
|
||||
selector: td:nth-child(5)
|
||||
optional: true
|
||||
filters:
|
||||
- name: prepend
|
||||
args: 0
|
||||
size:
|
||||
text: "{{ if eq .Result._size \"0\"}}256MB{{ else }}{{ .Result._size }}{{ end }}"
|
||||
seeders:
|
||||
text: 1
|
||||
leechers:
|
||||
|
Reference in New Issue
Block a user