mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
pier720: default size to 1gb if missing #12288
This commit is contained in:
@@ -150,11 +150,14 @@ search:
|
||||
download:
|
||||
selector: a.topictitle
|
||||
attribute: href
|
||||
size:
|
||||
text: "1 GB"
|
||||
size:
|
||||
_size:
|
||||
selector: div.list-inner div[style="float:right;"]
|
||||
optional: true
|
||||
filters:
|
||||
- name: prepend
|
||||
args: 0
|
||||
size:
|
||||
text: "{{ if eq .Result._size \"0\"}}1GB{{ else }}{{ .Result._size }}{{ end }}"
|
||||
seeders:
|
||||
text: 0
|
||||
seeders:
|
||||
|
Reference in New Issue
Block a user