mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 21:54:51 +00:00
film-paleis: add title filter for multi-season packs
This commit is contained in:
parent
24cdbf9e1c
commit
2a9bbc70bd
1 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,8 @@ search:
|
|||
title:
|
||||
selector: a[href^="details.php?id="]
|
||||
filters:
|
||||
- name: re_replace
|
||||
args: ["(?i)seizoen\\s*(\\d{1,2})\\s*(tot|t\/m)\\s*(\\d{1,2})", "S$1-$3"]
|
||||
- name: re_replace
|
||||
args: ["(?i)(seizoen\\s*)(\\d{1,2})", "S$2"]
|
||||
- name: re_replace
|
||||
|
|
Loading…
Add table
Reference in a new issue