mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-03 00:47:21 +02:00
trupornolabs: exclude 0B sized torrents . resolves #9756
This commit is contained in:
@@ -26,7 +26,8 @@ search:
|
||||
- path: "{{ if .Keywords }}search/{{ .Keywords }}{{ else }}browse/0/0/0/0{{ end }}"
|
||||
|
||||
rows:
|
||||
selector: tr.gai:has(a[href^="/torrent/"])
|
||||
# filter out torrents with 0B for issue #9756
|
||||
selector: tr.gai:has(a[href^="/torrent/"]):has(td:nth-of-type(3):contains("GB")), tr.gai:has(a[href^="/torrent/"]):has(td:nth-of-type(3):contains("MB"))
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
Reference in New Issue
Block a user