diff --git a/custom_formats/Banned WEB-DL (x265).yml b/custom_formats/Banned WEB-DL (x265).yml index 0726f5a..497f85d 100644 --- a/custom_formats/Banned WEB-DL (x265).yml +++ b/custom_formats/Banned WEB-DL (x265).yml @@ -59,6 +59,11 @@ conditions: pattern: FLUX required: true type: release_group +- name: GNOMiSSiON + negate: true + pattern: GNOMiSSiON + required: true + type: release_group - name: HHWEB negate: true pattern: HHWEB @@ -124,6 +129,11 @@ conditions: pattern: TOMMY required: true type: release_group +- name: VD0N + type: release_group + required: true + negate: true + pattern: VD0N - name: XEBEC negate: true pattern: XEBEC diff --git a/regex_patterns/GNOMiSSiON.yml b/regex_patterns/GNOMiSSiON.yml new file mode 100644 index 0000000..b3a6184 --- /dev/null +++ b/regex_patterns/GNOMiSSiON.yml @@ -0,0 +1,7 @@ +name: GNOMiSSiON +pattern: (?<=^|[\s.-])GNOMiSSiON\b +description: '' +tags: +- Release Group +- WEB-DL +tests: [] diff --git a/regex_patterns/VD0N.yml b/regex_patterns/VD0N.yml new file mode 100644 index 0000000..97887b2 --- /dev/null +++ b/regex_patterns/VD0N.yml @@ -0,0 +1,7 @@ +name: VD0N +pattern: (?<=^|[\s.-])VD0N\b +description: '' +tags: +- Release Group +- WEB-DL +tests: []