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: []