From fd79a33f98d3353d8a2c81a78b71850bad6d04c1 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Mon, 31 Mar 2025 15:21:34 -0500 Subject: [PATCH] remove(regex): STAN --- custom_formats/STAN.yml | 59 -------------------------------- profiles/1080p Balanced.yml | 2 -- profiles/1080p Quality (HDR).yml | 2 -- profiles/1080p Quality.yml | 2 -- profiles/1080p Remux.yml | 2 -- profiles/2160p Balanced.yml | 2 -- profiles/2160p Quality.yml | 2 -- profiles/2160p Remux.yml | 2 -- regex_patterns/Stan.yml | 31 ----------------- 9 files changed, 104 deletions(-) delete mode 100644 custom_formats/STAN.yml delete mode 100644 regex_patterns/Stan.yml diff --git a/custom_formats/STAN.yml b/custom_formats/STAN.yml deleted file mode 100644 index e2a3ddd..0000000 --- a/custom_formats/STAN.yml +++ /dev/null @@ -1,59 +0,0 @@ -name: STAN -description: Matches 'STAN' WEB-DLs. Negates any encodes. -tags: -- Streaming Service -- WEB-DL -conditions: -- name: STAN Regex - negate: false - pattern: Stan - required: true - type: release_title -- name: Not WEBRip - negate: true - required: true - source: webrip - type: source -- name: Not x265 - negate: true - pattern: x265 - required: true - type: release_title -tests: -- conditionResults: - - matches: true - name: AMZN Regex - negate: false - pattern: Amazon Prime - required: true - type: release_title - - matches: true - name: x265 - negate: true - pattern: x265 - required: false - type: release_title - expected: false - id: 1 - input: The Bad Guys (2022) (1080p AMZN Webrip x265 10bit EAC3 5 1 - ArcX)[TAoE] - lastRun: '2025-01-14T09:45:16.007149' - passes: true -- conditionResults: - - matches: true - name: AMZN Regex - negate: false - pattern: Amazon Prime - required: true - type: release_title - - matches: true - name: x265 - negate: true - pattern: x265 - required: false - type: release_title - expected: false - id: 2 - input: Top Gun Maverick (2022) IMAX (1080p AMZN WEB-DL x265 SDR DDP Atmos 5.1 English - - Goki TAoE) - lastRun: '2025-01-14T09:45:16.007149' - passes: true diff --git a/profiles/1080p Balanced.yml b/profiles/1080p Balanced.yml index cb37871..4015913 100644 --- a/profiles/1080p Balanced.yml +++ b/profiles/1080p Balanced.yml @@ -77,8 +77,6 @@ custom_formats: score: 30 - name: SD Quality Tier 1 score: 30 -- name: STAN - score: 30 - name: HULU score: 20 - name: iT diff --git a/profiles/1080p Quality (HDR).yml b/profiles/1080p Quality (HDR).yml index a21a36b..cb056d7 100644 --- a/profiles/1080p Quality (HDR).yml +++ b/profiles/1080p Quality (HDR).yml @@ -97,8 +97,6 @@ custom_formats: score: 30 - name: SD Quality Tier 1 score: 30 -- name: STAN - score: 30 - name: HDR10+ score: 20 - name: HULU diff --git a/profiles/1080p Quality.yml b/profiles/1080p Quality.yml index ac304f3..5fcfb11 100644 --- a/profiles/1080p Quality.yml +++ b/profiles/1080p Quality.yml @@ -87,8 +87,6 @@ custom_formats: score: 30 - name: SD Quality Tier 1 score: 30 -- name: STAN - score: 30 - name: HULU score: 20 - name: iT diff --git a/profiles/1080p Remux.yml b/profiles/1080p Remux.yml index 7f7cc86..b32f783 100644 --- a/profiles/1080p Remux.yml +++ b/profiles/1080p Remux.yml @@ -60,8 +60,6 @@ custom_formats: score: 30 - name: PMTP score: 30 -- name: STAN - score: 30 - name: HULU score: 20 - name: iT diff --git a/profiles/2160p Balanced.yml b/profiles/2160p Balanced.yml index 2b2dafd..5b42bde 100644 --- a/profiles/2160p Balanced.yml +++ b/profiles/2160p Balanced.yml @@ -92,8 +92,6 @@ custom_formats: score: 30 - name: SD Quality Tier 1 score: 30 -- name: STAN - score: 30 - name: HDR10+ score: 20 - name: HULU diff --git a/profiles/2160p Quality.yml b/profiles/2160p Quality.yml index 62e8d8f..bb9337d 100644 --- a/profiles/2160p Quality.yml +++ b/profiles/2160p Quality.yml @@ -107,8 +107,6 @@ custom_formats: score: 30 - name: SD Quality Tier 1 score: 30 -- name: STAN - score: 30 - name: HDR10+ score: 20 - name: HULU diff --git a/profiles/2160p Remux.yml b/profiles/2160p Remux.yml index eaafd7b..a8188ad 100644 --- a/profiles/2160p Remux.yml +++ b/profiles/2160p Remux.yml @@ -70,8 +70,6 @@ custom_formats: score: 30 - name: PMTP score: 30 -- name: STAN - score: 30 - name: HDR10+ score: 20 - name: HULU diff --git a/regex_patterns/Stan.yml b/regex_patterns/Stan.yml deleted file mode 100644 index 1f13f6d..0000000 --- a/regex_patterns/Stan.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: Stan -pattern: \b(STAN)\b -description: 'Stan is an Australian over-the-top streaming service. The service offers - a broad range of film and television content from both local and foreign productions, - particularly from the United States and United Kingdom. ' -tags: -- Streaming Service -- WEB-DL -tests: -- expected: true - id: 1 - input: Silk Road 2021 2160p STAN WEB-DL AAC 5.1 H.265-TEPES - lastRun: '2025-03-31T15:14:13.768374' - matchSpan: - end: 25 - start: 21 - matchedContent: STAN - matchedGroups: - - STAN - passes: true -- expected: true - id: 2 - input: ' Silk.Road.2021.2160p.STAN.WEB-DL.AAC5.1.HEVC-TEPES.mkv' - lastRun: '2025-03-31T15:14:13.768374' - matchSpan: - end: 26 - start: 22 - matchedContent: STAN - matchedGroups: - - STAN - passes: true