From e55ab07627af02b6f24fa71ebd848bf2971c5ed6 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 15 Jan 2026 12:38:10 -0600 Subject: [PATCH] create(format): Freeleech / Internal Indexer Flag CFs --- custom_formats/Freeleech 100%.yml | 12 ++++++++++++ custom_formats/Freeleech 25%.yml | 12 ++++++++++++ custom_formats/Freeleech 50%.yml | 12 ++++++++++++ custom_formats/Freeleech 75%.yml | 12 ++++++++++++ custom_formats/Internal.yml | 10 ++++++++++ 5 files changed, 58 insertions(+) create mode 100644 custom_formats/Freeleech 100%.yml create mode 100644 custom_formats/Freeleech 25%.yml create mode 100644 custom_formats/Freeleech 50%.yml create mode 100644 custom_formats/Freeleech 75%.yml create mode 100644 custom_formats/Internal.yml diff --git a/custom_formats/Freeleech 100%.yml b/custom_formats/Freeleech 100%.yml new file mode 100644 index 0000000..32e14d4 --- /dev/null +++ b/custom_formats/Freeleech 100%.yml @@ -0,0 +1,12 @@ +name: Freeleech 100% +description: 100% Freeleech Indexer Flag +tags: +- Flag +- Freeleech +conditions: +- flag: freeleech + name: 100% Freeleech + negate: false + required: true + type: indexer_flag +tests: [] diff --git a/custom_formats/Freeleech 25%.yml b/custom_formats/Freeleech 25%.yml new file mode 100644 index 0000000..5c16a72 --- /dev/null +++ b/custom_formats/Freeleech 25%.yml @@ -0,0 +1,12 @@ +name: Freeleech 25% +description: 25% Freeleech Indexer Flag +tags: +- Flag +- Freeleech +conditions: +- flag: freeleech_25 + name: 25% Freeleech + negate: false + required: true + type: indexer_flag +tests: [] diff --git a/custom_formats/Freeleech 50%.yml b/custom_formats/Freeleech 50%.yml new file mode 100644 index 0000000..01c634c --- /dev/null +++ b/custom_formats/Freeleech 50%.yml @@ -0,0 +1,12 @@ +name: Freeleech 50% +description: 50% Freeleech Indexer Flag +tags: +- Flag +- Freeleech +conditions: +- flag: halfleech + name: 50% Freeleech + negate: false + required: true + type: indexer_flag +tests: [] diff --git a/custom_formats/Freeleech 75%.yml b/custom_formats/Freeleech 75%.yml new file mode 100644 index 0000000..d03896f --- /dev/null +++ b/custom_formats/Freeleech 75%.yml @@ -0,0 +1,12 @@ +name: Freeleech 75% +description: 75% Freeleech Indexer Flag +tags: +- Flag +- Freeleech +conditions: +- flag: freeleech_75 + name: 75% Freeleech + negate: false + required: true + type: indexer_flag +tests: [] diff --git a/custom_formats/Internal.yml b/custom_formats/Internal.yml new file mode 100644 index 0000000..ddbd484 --- /dev/null +++ b/custom_formats/Internal.yml @@ -0,0 +1,10 @@ +name: Internal +description: Internal Indexer Flag +tags: [] +conditions: +- name: Internal + type: indexer_flag + required: true + negate: false + flag: internal +tests: []