mirror of
https://github.com/Jackett/Jackett
synced 2025-02-22 14:20:57 +00:00
TPB: lowercase the search to allow proxies to work. fix #2120
This commit is contained in:
parent
9507369293
commit
fe504ed660
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@
|
|||
# this filter searches both formats, so "General Hospital S01E02" becomes "General Hospital S01E02 | (S01 E02)"
|
||||
- name: re_replace
|
||||
args: ["General Hospital S(\\d{2,3})E(\\d{2,3})", "$0 | \\(S$1 E$2\\)"]
|
||||
- name: tolower
|
||||
rows:
|
||||
selector: "#searchResult tbody tr:has(td.vertTh)"
|
||||
fields:
|
||||
|
|
Loading…
Reference in a new issue