mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 14:51:01 +00:00
Added regexp for searching complete seasons in PyMedusa (#4678)
This commit is contained in:
parent
001ee19752
commit
dfaa7f1a69
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@
|
|||
search:
|
||||
path: index.php
|
||||
keywordsfilters:
|
||||
- name: re_replace
|
||||
args: ["(?i)\\bS0*(\\d+)\\b", "T$1"]
|
||||
- name: re_replace
|
||||
args: ["S0?(\\d{1,2})E(\\d{1,2})", "$1x$2"]
|
||||
inputs:
|
||||
|
|
Loading…
Reference in a new issue