mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
zooqle: seeders and leechers can be missing. (#1885)
This commit is contained in:
@@ -71,6 +71,8 @@
|
||||
- name: replace
|
||||
args: ["– N/A –", "0 Bytes"]
|
||||
seeders:
|
||||
# seeders can be missing
|
||||
optional: true
|
||||
selector: td:nth-child(6) div
|
||||
attribute: title
|
||||
filters:
|
||||
@@ -79,6 +81,8 @@
|
||||
- name: replace
|
||||
args: [",", ""]
|
||||
leechers:
|
||||
# leechers can be missing
|
||||
optional: true
|
||||
selector: td:nth-child(6) div
|
||||
attribute: title
|
||||
filters:
|
||||
|
Reference in New Issue
Block a user