From 84b094750a537b4c91c8540f74ad24a09d84ba7a Mon Sep 17 00:00:00 2001 From: santiagosayshey Date: Sun, 8 Dec 2024 23:29:08 +1050 Subject: [PATCH] feat(format): Add formats for x26(45) --- custom_formats/x264.yml | 11 +++++++++++ custom_formats/x265.yml | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 custom_formats/x264.yml create mode 100644 custom_formats/x265.yml diff --git a/custom_formats/x264.yml b/custom_formats/x264.yml new file mode 100644 index 0000000..ab5ce86 --- /dev/null +++ b/custom_formats/x264.yml @@ -0,0 +1,11 @@ +name: x264 +description: Matches 'x264' regex pattern. +tags: +- Codec +conditions: +- name: x264 + negate: false + pattern: x264 + required: true + type: release_title +tests: [] diff --git a/custom_formats/x265.yml b/custom_formats/x265.yml new file mode 100644 index 0000000..7093c1b --- /dev/null +++ b/custom_formats/x265.yml @@ -0,0 +1,11 @@ +name: x265 +description: Matches 'x265' regex pattern. +tags: +- Codec +conditions: +- name: x265 + negate: false + pattern: x265 + required: true + type: release_title +tests: []