mirror of
https://github.com/Jackett/Jackett
synced 2024-12-30 19:58:39 +00:00
Trezzor: use full title (#2193)
This commit is contained in:
parent
4697e53d7c
commit
3d5c22b640
1 changed files with 3 additions and 1 deletions
|
@ -71,8 +71,10 @@
|
|||
fields:
|
||||
title:
|
||||
selector: a[href^="details.php?id="]
|
||||
# attribute: title
|
||||
attribute: title
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["Zobrazit detaily: ", ""]
|
||||
- name: re_replace
|
||||
args: [".*? / ", ""]
|
||||
- name: diacritics
|
||||
|
|
Loading…
Reference in a new issue