mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Update ethor.yml (#9346)
This commit is contained in:
@@ -104,12 +104,14 @@ search:
|
|||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["/details.php", "/download.php"]
|
args: ["/details.php", "/download.php"]
|
||||||
_title_original:
|
_title_original_b:
|
||||||
selector: a[href^="/details.php"]:has(b)
|
selector: a[href^="/details.php"] b
|
||||||
_title_original: # long titles (shortened with ...)
|
_title_original_title: # long titles (shortened with ...)
|
||||||
selector: a[href^="/details.php"][title]
|
selector: a[href^="/details.php"][title]
|
||||||
attribute: title
|
attribute: title
|
||||||
optional: true
|
optional: true
|
||||||
|
_title_original:
|
||||||
|
text: "{{ if .Result._title_original_title }}{{ .Result._title_original_title }}{{ else }}{{ .Result._title_original_b }}{{ end }}"
|
||||||
_title_normalized:
|
_title_normalized:
|
||||||
text: "{{ .Result._title_original }}"
|
text: "{{ .Result._title_original }}"
|
||||||
filters:
|
filters:
|
||||||
|
Reference in New Issue
Block a user