mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-01-22 10:41:02 +01:00
tweak(profile): Ban ASL Releases
This commit is contained in:
10
custom_formats/ASL.yml
Normal file
10
custom_formats/ASL.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
name: ASL
|
||||
description: ''
|
||||
tags: []
|
||||
conditions:
|
||||
- name: ASL
|
||||
negate: false
|
||||
pattern: ASL
|
||||
required: true
|
||||
type: release_title
|
||||
tests: []
|
||||
@@ -147,6 +147,8 @@ custom_formats:
|
||||
score: 0
|
||||
- name: STAN
|
||||
score: 0
|
||||
- name: ASL
|
||||
score: -999999
|
||||
- name: AV1
|
||||
score: -999999
|
||||
- name: Banned Groups
|
||||
|
||||
@@ -157,6 +157,8 @@ custom_formats:
|
||||
score: 0
|
||||
- name: STAN
|
||||
score: 0
|
||||
- name: ASL
|
||||
score: -999999
|
||||
- name: AV1
|
||||
score: -999999
|
||||
- name: Banned Groups (Efficient)
|
||||
|
||||
@@ -168,6 +168,8 @@ custom_formats:
|
||||
score: 0
|
||||
- name: STAN
|
||||
score: 0
|
||||
- name: ASL
|
||||
score: -999999
|
||||
- name: AV1
|
||||
score: -999999
|
||||
- name: Banned Groups (Efficient)
|
||||
|
||||
@@ -175,6 +175,8 @@ custom_formats:
|
||||
score: 0
|
||||
- name: x265 (Bluray)
|
||||
score: -400000
|
||||
- name: ASL
|
||||
score: -999999
|
||||
- name: AV1
|
||||
score: -999999
|
||||
- name: Banned Groups
|
||||
|
||||
@@ -156,6 +156,8 @@ custom_formats:
|
||||
score: 0
|
||||
- name: STAN
|
||||
score: 0
|
||||
- name: ASL
|
||||
score: -999999
|
||||
- name: AV1
|
||||
score: -999999
|
||||
- name: Banned Groups
|
||||
|
||||
@@ -202,6 +202,8 @@ custom_formats:
|
||||
score: 0
|
||||
- name: x265 (Bluray)
|
||||
score: -400000
|
||||
- name: ASL
|
||||
score: -999999
|
||||
- name: AV1
|
||||
score: -999999
|
||||
- name: Banned Groups
|
||||
|
||||
@@ -184,6 +184,8 @@ custom_formats:
|
||||
score: 0
|
||||
- name: x265 (Bluray)
|
||||
score: -400000
|
||||
- name: ASL
|
||||
score: -999999
|
||||
- name: AV1
|
||||
score: -999999
|
||||
- name: Banned Groups
|
||||
|
||||
@@ -167,6 +167,8 @@ custom_formats:
|
||||
score: 0
|
||||
- name: STAN
|
||||
score: 0
|
||||
- name: ASL
|
||||
score: -999999
|
||||
- name: AV1
|
||||
score: -999999
|
||||
- name: Banned Groups (Efficient)
|
||||
|
||||
@@ -206,6 +206,8 @@ custom_formats:
|
||||
score: 0
|
||||
- name: x265 (Bluray)
|
||||
score: -400000
|
||||
- name: ASL
|
||||
score: -999999
|
||||
- name: AV1
|
||||
score: -999999
|
||||
- name: Banned Groups
|
||||
|
||||
@@ -218,6 +218,8 @@ custom_formats:
|
||||
score: 0
|
||||
- name: x265 (Bluray)
|
||||
score: -400000
|
||||
- name: ASL
|
||||
score: -999999
|
||||
- name: AV1
|
||||
score: -999999
|
||||
- name: Banned Groups
|
||||
|
||||
@@ -138,6 +138,8 @@ custom_formats:
|
||||
score: 0
|
||||
- name: STAN
|
||||
score: 0
|
||||
- name: ASL
|
||||
score: -999999
|
||||
- name: AV1
|
||||
score: -999999
|
||||
- name: Banned Groups
|
||||
|
||||
19
regex_patterns/ASL.yml
Normal file
19
regex_patterns/ASL.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
name: ASL
|
||||
pattern: \b(ASL)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Enhancements
|
||||
tests:
|
||||
- id: 1
|
||||
input: Aqua Teen Hunger Force (2000) S00E13 (480p DVD x265 SDR AAC 2.0 English -
|
||||
r00t QxR)
|
||||
expected: false
|
||||
- id: 2
|
||||
input: Planet Earth II S01 REPACK UHD BluRay 2160p DD5.1 HDR x265-BHDStudio
|
||||
expected: false
|
||||
- id: 3
|
||||
input: The Batman (2022) (1080p HMAX WEB-DL H265 SDR DDP Atmos 5.1 English - HONE)
|
||||
expected: true
|
||||
- id: 4
|
||||
input: "\t The Batman (2022) 1080p AMZN WEB-DL H265 SDR DDP 5.1 English-DarQ"
|
||||
expected: true
|
||||
Reference in New Issue
Block a user