mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
filemood: seed/leech can be missing. resolves #16119
This commit is contained in:
@@ -55,11 +55,15 @@ search:
|
||||
text: now
|
||||
seeders:
|
||||
selector: td.dn-status
|
||||
optional: true
|
||||
default: 0
|
||||
filters:
|
||||
- name: split
|
||||
args: ["/", 0]
|
||||
leechers:
|
||||
selector: td.dn-status
|
||||
optional: true
|
||||
default: 0
|
||||
filters:
|
||||
- name: split
|
||||
args: ["/", 1]
|
||||
|
Reference in New Issue
Block a user