1
0
Fork 0
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:
Román Martín 2019-02-13 23:37:28 +01:00 committed by garfield69
parent 001ee19752
commit dfaa7f1a69

View file

@ -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: