1
0
Fork 0
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:
Bogdan 2024-12-13 15:03:13 +02:00
parent f5b2afaf76
commit 9d1a247bb2

View file

@ -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", ""]