diff --git a/custom_formats/Banned Groups (Efficient).yml b/custom_formats/Banned Groups (Efficient).yml index 6190de7..9d3cb69 100644 --- a/custom_formats/Banned Groups (Efficient).yml +++ b/custom_formats/Banned Groups (Efficient).yml @@ -69,6 +69,11 @@ conditions: pattern: DRX required: false type: release_group +- name: E + type: release_group + required: false + negate: false + pattern: E - name: FGT negate: false pattern: FGT diff --git a/custom_formats/Banned Groups (Title).yml b/custom_formats/Banned Groups (Title).yml deleted file mode 100644 index f53d1f0..0000000 --- a/custom_formats/Banned Groups (Title).yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Banned Groups (Title) -description: Matches Grouos that are Banned via Release Title -tags: -- Banned -- Release Group -conditions: -- name: BEN THE MEN - type: release_title - required: false - negate: false - pattern: BEN THE MEN -tests: [] diff --git a/custom_formats/Banned Groups.yml b/custom_formats/Banned Groups.yml index d5938fd..a3b8607 100644 --- a/custom_formats/Banned Groups.yml +++ b/custom_formats/Banned Groups.yml @@ -79,6 +79,11 @@ conditions: pattern: DRX required: false type: release_group +- name: E + type: release_group + required: false + negate: false + pattern: E - name: FGT negate: false pattern: FGT diff --git a/regex_patterns/E.yml b/regex_patterns/E.yml new file mode 100644 index 0000000..b42faa1 --- /dev/null +++ b/regex_patterns/E.yml @@ -0,0 +1,7 @@ +name: E +pattern: (?<=^|[\s.-])E\b +description: '' +tags: +- Release Group +- WEB-DL +tests: []