mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
dragonworldreloaded: category can be missing
This commit is contained in:
@@ -142,7 +142,7 @@ search:
|
|||||||
category_p2:
|
category_p2:
|
||||||
selector: div.kat_cat_pic_name_b
|
selector: div.kat_cat_pic_name_b
|
||||||
categorydesc:
|
categorydesc:
|
||||||
text: "{{ .Result.category_p1 }} - {{ .Result.category_p2 }}"
|
text: "{{ if .Result.category_p1 }}{{ .Result.category_p1 }}{{ else }}Sonstiges{{ end }} - {{ if .Result.category_p2 }}{{ .Result.category_p2 }}{{ else }}Sonstige{{ end }}"
|
||||||
title:
|
title:
|
||||||
selector: a.selection_a
|
selector: a.selection_a
|
||||||
details:
|
details:
|
||||||
|
Reference in New Issue
Block a user