mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
xxxadulttorrent: exclude 0B sized torrents #9756
This commit is contained in:
@@ -30,7 +30,8 @@ search:
|
|||||||
- path: "{{ if .Keywords }}search/{{ .Keywords }}{{ else }}browse/0/0/0/0{{ end }}"
|
- path: "{{ if .Keywords }}search/{{ .Keywords }}{{ else }}browse/0/0/0/0{{ end }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: li.content__item
|
# filter out torrents with 0B for issue #9756
|
||||||
|
selector: li.content__item:has(div#torrent_info > div:contains("GB")), li.content__item:has(div#torrent_info > div:contains("MB"))
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
Reference in New Issue
Block a user