From d85d8da777267fb92dd3e21e07750d88cc11a7d3 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Mon, 28 Jul 2025 20:30:31 -0500 Subject: [PATCH] tweak(format): ADD Yoyo EFFICIENT WEBDL TIER 2 --- custom_formats/1080p Efficient WEB-DL Tier 2.yml | 9 +++++++-- regex_patterns/Yoyo.yml | 7 +++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 regex_patterns/Yoyo.yml diff --git a/custom_formats/1080p Efficient WEB-DL Tier 2.yml b/custom_formats/1080p Efficient WEB-DL Tier 2.yml index 5f9c30d..6113e64 100644 --- a/custom_formats/1080p Efficient WEB-DL Tier 2.yml +++ b/custom_formats/1080p Efficient WEB-DL Tier 2.yml @@ -29,13 +29,18 @@ conditions: required: false type: release_group - name: DarQ - type: release_group - required: false negate: false pattern: DarQ + required: false + type: release_group - name: SiGMA negate: false pattern: SiGMA required: false type: release_group +- name: Yoyo + type: release_group + required: false + negate: false + pattern: Yoyo tests: [] diff --git a/regex_patterns/Yoyo.yml b/regex_patterns/Yoyo.yml new file mode 100644 index 0000000..e13fb1c --- /dev/null +++ b/regex_patterns/Yoyo.yml @@ -0,0 +1,7 @@ +name: Yoyo +pattern: (?<=^|[\s.-])Yoyo\b +description: '' +tags: +- Release Group +- WEB-DL +tests: []