mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
hdforever: fix titles
Remove all spans children to group_info
This commit is contained in:
@@ -135,7 +135,7 @@ search:
|
|||||||
text: "{{ if .Config.usetoken }}{{ .Result.download_usetoken }}{{ else }}{{ .Result.download_regular }}{{ end }}"
|
text: "{{ if .Config.usetoken }}{{ .Result.download_usetoken }}{{ else }}{{ .Result.download_regular }}{{ end }}"
|
||||||
title_phase1:
|
title_phase1:
|
||||||
selector: div.group_info
|
selector: div.group_info
|
||||||
remove: span:nth-child(1), div.tags
|
remove: :scope > span, div.tags
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["\n", ""]
|
args: ["\n", ""]
|
||||||
|
Reference in New Issue
Block a user