From 38e816ce8a4568639be3e9d75d3ad65f28c2b301 Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Tue, 11 Mar 2025 19:51:49 -0500 Subject: [PATCH] create(format): 2160p WEBRip Custom Format --- custom_formats/2160p WEBRip.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 custom_formats/2160p WEBRip.yml diff --git a/custom_formats/2160p WEBRip.yml b/custom_formats/2160p WEBRip.yml new file mode 100644 index 0000000..0842e72 --- /dev/null +++ b/custom_formats/2160p WEBRip.yml @@ -0,0 +1,16 @@ +name: 2160p WEBRip +description: Matches 2160p WEBRips. +tags: +- Source +conditions: +- name: 2160p + type: resolution + required: true + negate: false + resolution: 2160p +- name: WEBRip + negate: false + required: true + source: webrip + type: source +tests: []