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
1 changed files with 8 additions and 7 deletions

View File

@ -19,16 +19,17 @@
search:
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:
title_op: "allwords"
title_op: allwords
title: "{{.Keywords}}"
title_1_op: "not"
title_1_op: not
title_1: ""
seeds: "All"
seeds: All
rows:
selector: table > tbody > tr
selector: table > tbody > tr:has(td.views-field-title)
fields:
title:
selector: td.views-field-title a
@ -57,6 +58,6 @@
grabs:
selector: td.views-field-completed
downloadvolumefactor:
text: "0"
text: 0
uploadvolumefactor:
text: "1"
text: 1