From 9c6a1dcc4603708da211d23d044af1208ff5fe2d Mon Sep 17 00:00:00 2001 From: Seraphys Date: Mon, 28 Jul 2025 20:05:21 -0500 Subject: [PATCH] tweak(format): Add ARCADE EFFICIENT WEB-DL TIER 2 --- custom_formats/1080p Efficient WEB-DL Tier 2.yml | 7 ++++++- regex_patterns/ARCADE.yml | 7 +++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 regex_patterns/ARCADE.yml diff --git a/custom_formats/1080p Efficient WEB-DL Tier 2.yml b/custom_formats/1080p Efficient WEB-DL Tier 2.yml index 598ecbc..51f99b3 100644 --- a/custom_formats/1080p Efficient WEB-DL Tier 2.yml +++ b/custom_formats/1080p Efficient WEB-DL Tier 2.yml @@ -18,9 +18,14 @@ conditions: pattern: HEVC required: true type: release_title -- name: SiGMA +- name: ARCADE type: release_group required: false + negate: false + pattern: ARCADE +- name: SiGMA negate: false pattern: SiGMA + required: false + type: release_group tests: [] diff --git a/regex_patterns/ARCADE.yml b/regex_patterns/ARCADE.yml new file mode 100644 index 0000000..21e1163 --- /dev/null +++ b/regex_patterns/ARCADE.yml @@ -0,0 +1,7 @@ +name: ARCADE +pattern: (?<=^|[\s.-])ARCADE\b +description: '' +tags: +- Release Group +- WEB-DL +tests: []