diff --git a/custom_formats/WEB Scene.yml b/custom_formats/WEB Scene.yml new file mode 100644 index 0000000..b77f940 --- /dev/null +++ b/custom_formats/WEB Scene.yml @@ -0,0 +1,15 @@ +name: WEB Scene +description: '' +tags: [] +conditions: +- name: DEFLATE + type: release_group + required: false + negate: false + pattern: DEFLATE +- name: INFLATE + type: release_group + required: false + negate: false + pattern: INFLATE +tests: [] diff --git a/profiles/WEB-1080p.yml b/profiles/WEB-1080p.yml index 60b3cc6..f394ffa 100644 --- a/profiles/WEB-1080p.yml +++ b/profiles/WEB-1080p.yml @@ -16,6 +16,8 @@ custom_formats: score: 1700 - name: WEB Tier 02 score: 1650 +- name: WEB Scene + score: 1600 - name: WEB Tier 03 score: 1600 - name: ATVP diff --git a/regex_patterns/DEFLATE.yml b/regex_patterns/DEFLATE.yml new file mode 100644 index 0000000..c20666a --- /dev/null +++ b/regex_patterns/DEFLATE.yml @@ -0,0 +1,5 @@ +name: DEFLATE +pattern: ^(DEFLATE)$ +description: '' +tags: [] +tests: [] diff --git a/regex_patterns/INFLATE.yml b/regex_patterns/INFLATE.yml new file mode 100644 index 0000000..4c8b29e --- /dev/null +++ b/regex_patterns/INFLATE.yml @@ -0,0 +1,5 @@ +name: INFLATE +pattern: ^(INFLATE)$ +description: '' +tags: [] +tests: []