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: []