concen: filter out rows without title. resolves #6506

This commit is contained in:
Garfield69
2019-12-05 16:13:31 +13:00
parent 75020d9a6c
commit f2605b8a3e

View File

@@ -19,16 +19,17 @@
search: search:
paths: paths:
- path: "torrents/concen.org/content/ufos-extraterrestrials-and-classified-free-energy-pack" # https://concen.org/torrents?title_op=allwords&title=cbc+national&title_1_op=not&title_1=&seeds=1
- path: torrents
inputs: inputs:
title_op: "allwords" title_op: allwords
title: "{{.Keywords}}" title: "{{.Keywords}}"
title_1_op: "not" title_1_op: not
title_1: "" title_1: ""
seeds: "All" seeds: All
rows: rows:
selector: table > tbody > tr selector: table > tbody > tr:has(td.views-field-title)
fields: fields:
title: title:
selector: td.views-field-title a selector: td.views-field-title a
@@ -57,6 +58,6 @@
grabs: grabs:
selector: td.views-field-completed selector: td.views-field-completed
downloadvolumefactor: downloadvolumefactor:
text: "0" text: 0
uploadvolumefactor: uploadvolumefactor:
text: "1" text: 1