Updated mock arr container names

This commit is contained in:
2025-11-20 10:43:15 -07:00
parent b2ae5bd9d9
commit ab4c119e04
560 changed files with 137075 additions and 110038 deletions
@@ -109,6 +109,13 @@ search:
sort: "{{ .Config.sort }}"
d: "{{ .Config.type }}"
keywordsfilters:
# if searching for season packs switch S01 to Series 1
- name: re_replace
args: ["(?i)\\bS0(\\d{1,2})\\b", "Series $1"]
- name: re_replace
args: ["(?i)\\bS(\\d{1,3})\\b", "Series $1"]
rows:
selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="]):not(:has(font[color="blue"])):not(:contains("*TCG*"))
@@ -122,6 +129,9 @@ search:
title:
selector: a[href^="details.php?id="]
attribute: title
filters:
- name: re_replace
args: ["(?i)\\bSeries[\\s]+(\\d+)\\b", "S$1"]
details:
selector: a[href^="details.php?id="]
attribute: href