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