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