feat(format): Add Freeleech Custom Formats
- 25%, 50%, 75%, 100%
This commit is contained in:
parent
eed71c7036
commit
d1849e6924
|
|
@ -0,0 +1,12 @@
|
||||||
|
name: Free100
|
||||||
|
description: Matches releases with 100% Freeleech
|
||||||
|
tags:
|
||||||
|
- Freeleech
|
||||||
|
- Tweak
|
||||||
|
conditions:
|
||||||
|
- flag: freeleech
|
||||||
|
name: Free100
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
type: indexer_flag
|
||||||
|
tests: []
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
name: Free25
|
||||||
|
description: Matches releases with 25% Freeleech
|
||||||
|
tags:
|
||||||
|
- Freeleech
|
||||||
|
- Tweak
|
||||||
|
conditions:
|
||||||
|
- name: Free25
|
||||||
|
type: indexer_flag
|
||||||
|
required: true
|
||||||
|
negate: false
|
||||||
|
flag: freeleech_25
|
||||||
|
tests: []
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
name: Free50
|
||||||
|
description: Matches releases with 50% Freeleech
|
||||||
|
tags:
|
||||||
|
- Freeleech
|
||||||
|
- Tweak
|
||||||
|
conditions:
|
||||||
|
- flag: halfleech
|
||||||
|
name: Free50
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
type: indexer_flag
|
||||||
|
tests: []
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
name: Free75
|
||||||
|
description: Matches releases with 75% Freeleech
|
||||||
|
tags:
|
||||||
|
- Freeleech
|
||||||
|
- Tweak
|
||||||
|
conditions:
|
||||||
|
- flag: freeleech_75
|
||||||
|
name: Free50
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
type: indexer_flag
|
||||||
|
tests: []
|
||||||
Loading…
Reference in New Issue