create(format): Freeleech / Internal Indexer Flag CFs

This commit is contained in:
Seraphys
2026-01-15 12:38:10 -06:00
parent 046bcb3ba4
commit e55ab07627
5 changed files with 58 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,10 @@
name: Internal
description: Internal Indexer Flag
tags: []
conditions:
- name: Internal
type: indexer_flag
required: true
negate: false
flag: internal
tests: []