mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-05-07 07:53:15 +02:00
feat(format): Add Freeleech Custom Formats
- 25%, 50%, 75%, 100%
This commit is contained in:
@@ -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: []
|
||||||
Reference in New Issue
Block a user