mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 21:26:08 +00:00
hdforever: fix titles
Remove all spans children to group_info
This commit is contained in:
parent
f5b2afaf76
commit
9d1a247bb2
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ search:
|
|||
text: "{{ if .Config.usetoken }}{{ .Result.download_usetoken }}{{ else }}{{ .Result.download_regular }}{{ end }}"
|
||||
title_phase1:
|
||||
selector: div.group_info
|
||||
remove: span:nth-child(1), div.tags
|
||||
remove: :scope > span, div.tags
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["\n", ""]
|
||||
|
|
Loading…
Reference in a new issue