From 6a74e4fb2ecb9da9b2fae633506760d057c189fa Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sun, 16 Mar 2025 17:19:48 -0500 Subject: [PATCH] tweak(format): Naming Fix --- custom_formats/1080p WEB-DL.yml | 2 +- custom_formats/2160p WEB-DL.yml | 2 +- custom_formats/720p WEB-DL.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_formats/1080p WEB-DL.yml b/custom_formats/1080p WEB-DL.yml index 2d72cac..2301c37 100644 --- a/custom_formats/1080p WEB-DL.yml +++ b/custom_formats/1080p WEB-DL.yml @@ -8,7 +8,7 @@ conditions: required: true resolution: 1080p type: resolution -- name: WEBDL +- name: WEB-DL negate: false required: true source: web_dl diff --git a/custom_formats/2160p WEB-DL.yml b/custom_formats/2160p WEB-DL.yml index 85f1525..7a9a9d0 100644 --- a/custom_formats/2160p WEB-DL.yml +++ b/custom_formats/2160p WEB-DL.yml @@ -8,7 +8,7 @@ conditions: required: true resolution: 2160p type: resolution -- name: WEBDL +- name: WEB-DL negate: false required: true source: web_dl diff --git a/custom_formats/720p WEB-DL.yml b/custom_formats/720p WEB-DL.yml index 0fc8b57..cdadf56 100644 --- a/custom_formats/720p WEB-DL.yml +++ b/custom_formats/720p WEB-DL.yml @@ -8,7 +8,7 @@ conditions: required: true resolution: 720p type: resolution -- name: WEBDL +- name: WEB-DL negate: false required: true source: web_dl