1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-15 11:04:55 +00:00

HDCIty: Corrected search of episodes with Sonarr (#6519) resolves #6510

This commit is contained in:
TuGeek 2019-12-06 20:38:34 +01:00 committed by garfield69
parent b0a711253a
commit 5d395b6f67

View file

@ -143,9 +143,9 @@
path: index.php
keywordsfilters:
- name: re_replace
args: ["S(\\d+)E(\\d+)", "$1x$2"]
args: ["S0?(\\d{1,2})E(\\d{1,2})", "$1x$2"]
- name: re_replace
args: ["(?i)S(\\d+)", " $1 "]
args: ["S0?(\\d{1,2})", " $1 "]
- name: re_replace
args: ["[^a-zA-Z0-9]+", " "]
inputs: