mirror of https://github.com/Jackett/Jackett
selezen: drop rows without size resolves #9781
This commit is contained in:
parent
60a02937ca
commit
3c39df7507
|
@ -68,13 +68,13 @@ search:
|
||||||
subaction: search
|
subaction: search
|
||||||
showposts: 1
|
showposts: 1
|
||||||
# 0 in article 1 in comments 2 in static pages 3 in article titles
|
# 0 in article 1 in comments 2 in static pages 3 in article titles
|
||||||
titleonly: "{{ if .Query.IMDBID }}0{{else}}3{{end}}"
|
titleonly: "{{ if .Query.IMDBID }}0{{ else }}3{{ end }}"
|
||||||
story: "{{ if or .Query.IMDBID .Keywords }}{{ or .Query.IMDBID .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
|
story: "{{ if or .Query.IMDBID .Keywords }}{{ or .Query.IMDBID .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
|
||||||
sortby: "{{ .Config.sort }}"
|
sortby: "{{ .Config.sort }}"
|
||||||
resorder: "{{ .Config.type }}"
|
resorder: "{{ .Config.type }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: div.card-default
|
selector: div.card-default:has(i.fa-file-video-o)
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
|
Loading…
Reference in New Issue