1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-11 14:44:46 +00:00

trellas: change keywords to uppercase. #15032

This commit is contained in:
ilike2burnthing 2024-02-16 18:12:51 +00:00 committed by GitHub
parent f6fb03bc7f
commit b0fb7d6ba1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -162,6 +162,7 @@ search:
- path: /?p=torrents&pid=10
method: post
keywordsfilters:
- name: toupper
- name: re_replace # add brackets to year on searchquery if missing
args: ["\\(*((19|20)\\d{2})\\)*", "($1)"]
- name: replace # use this as a workaround till #893 is implemented