1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-06 11:48:49 +00:00

yingk: code tidy

This commit is contained in:
Garfield69 2020-11-05 18:14:18 +13:00
parent 65c6aa584b
commit fee4a8c40b

View file

@ -117,7 +117,7 @@ search:
optional: true optional: true
selector: a[title][href^="details.php?id="] selector: a[title][href^="details.php?id="]
attribute: title attribute: title
# note: final title processing is at the bottom after descrptions is fetched. # note: final title processing is at the bottom after descriptions is fetched.
details: details:
selector: a[href^="details.php?id="] selector: a[href^="details.php?id="]
attribute: href attribute: href
@ -176,8 +176,8 @@ search:
selector: td:nth-child(2) selector: td:nth-child(2)
remove: a, img remove: a, img
title_english: title_english:
remove: a, img, b, span
selector: td:nth-child(2) selector: td:nth-child(2)
remove: a, img, b, span
title: title:
text: "{{ if and .Config.english_title .Result.title_english }}{{ .Result.title_english }}{{ else }}{{ .Result.title_raw }}{{ end }}" text: "{{ if and .Config.english_title .Result.title_english }}{{ .Result.title_english }}{{ else }}{{ .Result.title_raw }}{{ end }}"
# engine n/a (likely based on NexusPHP) # engine n/a (likely based on NexusPHP)