mirror of
https://github.com/Jackett/Jackett
synced 2025-01-04 22:41:49 +00:00
hhanclub: strip episode from keywords
This commit is contained in:
parent
ae44a1faea
commit
e28364f759
1 changed files with 5 additions and 0 deletions
|
@ -110,6 +110,11 @@ search:
|
|||
type: "{{ .Config.type }}"
|
||||
notnewword: 1
|
||||
|
||||
keywordsfilters:
|
||||
# strip episode
|
||||
- name: re_replace
|
||||
args: ["\\b(S\\d{2,})?(?:E\\d{2,})\\b", "$1"]
|
||||
|
||||
rows:
|
||||
selector: div.w-full:has(a[href^="details.php?id="])
|
||||
|
||||
|
|
Loading…
Reference in a new issue