From 6cf40289a8695e7ad65d0bffb3f62b57222250fc Mon Sep 17 00:00:00 2001 From: Seraphys Date: Wed, 20 Aug 2025 14:46:31 -0500 Subject: [PATCH] tweak(format): Add HODL Efficient WEB Tier 6 --- custom_formats/1080p Efficient WEB Tier 6 (Sonarr).yml | 5 +++++ regex_patterns/HODL.yml | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 regex_patterns/HODL.yml diff --git a/custom_formats/1080p Efficient WEB Tier 6 (Sonarr).yml b/custom_formats/1080p Efficient WEB Tier 6 (Sonarr).yml index 1a183f1..38f90a3 100644 --- a/custom_formats/1080p Efficient WEB Tier 6 (Sonarr).yml +++ b/custom_formats/1080p Efficient WEB Tier 6 (Sonarr).yml @@ -26,6 +26,11 @@ conditions: required: false source: webrip type: source +- name: HODL + type: release_group + required: false + negate: false + pattern: HODL - name: iVy negate: false pattern: iVy diff --git a/regex_patterns/HODL.yml b/regex_patterns/HODL.yml new file mode 100644 index 0000000..07c3749 --- /dev/null +++ b/regex_patterns/HODL.yml @@ -0,0 +1,7 @@ +name: HODL +pattern: (?<=^|[\s.-])HODL\b +description: '' +tags: +- Release Group +- WEB-DL +tests: []