1
0
Fork 0
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:
Bogdan 2024-12-31 23:43:16 +02:00
parent ae44a1faea
commit e28364f759

View file

@ -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="])