From 82b26c1f378e9601fa8502915f7d7f5bf6407b0c Mon Sep 17 00:00:00 2001 From: Seraphys Date: Mon, 5 May 2025 17:32:14 -0500 Subject: [PATCH] remove(format): HEVC CF --- custom_formats/HEVC.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 custom_formats/HEVC.yml diff --git a/custom_formats/HEVC.yml b/custom_formats/HEVC.yml deleted file mode 100644 index 082a021..0000000 --- a/custom_formats/HEVC.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: HEVC -description: Matches 'HEVC' regex pattern. -tags: -- Codec -conditions: -- name: 1080p - type: resolution - required: true - negate: false - resolution: 1080p -- name: HEVC - negate: false - pattern: HEVC - required: true - type: release_title -tests: []