film-paleis: add title filter for multi-season packs

This commit is contained in:
ilike2burnthing
2021-02-27 22:26:20 +00:00
committed by GitHub
parent 24cdbf9e1c
commit 2a9bbc70bd

View File

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