From 8655ada6877008526e61f49391a2288b66e57166 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Wed, 3 Dec 2025 13:54:14 -0600 Subject: [PATCH] tweak(format): Ban UnKn0wn --- custom_formats/Banned Groups (Efficient).yml | 7 ++++++- custom_formats/Banned Groups.yml | 5 +++++ regex_patterns/UnKn0wn.yml | 7 +++++++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 regex_patterns/UnKn0wn.yml diff --git a/custom_formats/Banned Groups (Efficient).yml b/custom_formats/Banned Groups (Efficient).yml index 402d81a..383352f 100644 --- a/custom_formats/Banned Groups (Efficient).yml +++ b/custom_formats/Banned Groups (Efficient).yml @@ -174,11 +174,16 @@ conditions: pattern: TvR required: false type: release_group -- name: VD0N +- name: UnKn0wn type: release_group required: false + negate: false + pattern: UnKn0wn +- name: VD0N negate: false pattern: VD0N + required: false + type: release_group - name: VECTOR negate: false pattern: VECTOR diff --git a/custom_formats/Banned Groups.yml b/custom_formats/Banned Groups.yml index ff0408c..d5938fd 100644 --- a/custom_formats/Banned Groups.yml +++ b/custom_formats/Banned Groups.yml @@ -199,6 +199,11 @@ conditions: pattern: TvR required: false type: release_group +- name: UnKn0wn + negate: false + pattern: UnKn0wn + required: false + type: release_group - name: VD0N negate: false pattern: VD0N diff --git a/regex_patterns/UnKn0wn.yml b/regex_patterns/UnKn0wn.yml new file mode 100644 index 0000000..ccc0d8e --- /dev/null +++ b/regex_patterns/UnKn0wn.yml @@ -0,0 +1,7 @@ +name: UnKn0wn +pattern: (?<=^|[\s.-])ADE\b +description: '' +tags: +- Release Group +- Remux +tests: []