From a68cf0e749da1d760e9ea401d7fe40728ab81d78 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sat, 27 Dec 2025 13:39:11 -0600 Subject: [PATCH] tweak(format): Ban Release Group E --- custom_formats/Banned Groups (Efficient).yml | 5 +++++ custom_formats/Banned Groups (Title).yml | 12 ------------ custom_formats/Banned Groups.yml | 5 +++++ regex_patterns/E.yml | 7 +++++++ 4 files changed, 17 insertions(+), 12 deletions(-) delete mode 100644 custom_formats/Banned Groups (Title).yml create mode 100644 regex_patterns/E.yml diff --git a/custom_formats/Banned Groups (Efficient).yml b/custom_formats/Banned Groups (Efficient).yml index 6190de7..9d3cb69 100644 --- a/custom_formats/Banned Groups (Efficient).yml +++ b/custom_formats/Banned Groups (Efficient).yml @@ -69,6 +69,11 @@ conditions: pattern: DRX required: false type: release_group +- name: E + type: release_group + required: false + negate: false + pattern: E - name: FGT negate: false pattern: FGT diff --git a/custom_formats/Banned Groups (Title).yml b/custom_formats/Banned Groups (Title).yml deleted file mode 100644 index f53d1f0..0000000 --- a/custom_formats/Banned Groups (Title).yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Banned Groups (Title) -description: Matches Grouos that are Banned via Release Title -tags: -- Banned -- Release Group -conditions: -- name: BEN THE MEN - type: release_title - required: false - negate: false - pattern: BEN THE MEN -tests: [] diff --git a/custom_formats/Banned Groups.yml b/custom_formats/Banned Groups.yml index d5938fd..a3b8607 100644 --- a/custom_formats/Banned Groups.yml +++ b/custom_formats/Banned Groups.yml @@ -79,6 +79,11 @@ conditions: pattern: DRX required: false type: release_group +- name: E + type: release_group + required: false + negate: false + pattern: E - name: FGT negate: false pattern: FGT diff --git a/regex_patterns/E.yml b/regex_patterns/E.yml new file mode 100644 index 0000000..b42faa1 --- /dev/null +++ b/regex_patterns/E.yml @@ -0,0 +1,7 @@ +name: E +pattern: (?<=^|[\s.-])E\b +description: '' +tags: +- Release Group +- WEB-DL +tests: []