mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
concen: filter out rows without title. resolves #6506
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user