mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-11 00:07:01 +00:00
feat(format): Add Golden Popcorn custom formats
This commit is contained in:
17
custom_formats/1080p Golden Popcorn.yml
Normal file
17
custom_formats/1080p Golden Popcorn.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: 1080p Golden Popcorn
|
||||||
|
description: Matches 1080p Golden Popcorns. Only works on PassThePopcorn
|
||||||
|
tags:
|
||||||
|
- Flag
|
||||||
|
- Golden Popcorn
|
||||||
|
conditions:
|
||||||
|
- flag: ptp_golden
|
||||||
|
name: Golden Popcorn
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
type: indexer_flag
|
||||||
|
- name: 1080p
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
resolution: 1080p
|
||||||
|
type: resolution
|
||||||
|
tests: []
|
||||||
17
custom_formats/720p Golden Popcorn.yml
Normal file
17
custom_formats/720p Golden Popcorn.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: 720p Golden Popcorn
|
||||||
|
description: Matches 720p Golden Popcorns. Only works on PassThePopcorn
|
||||||
|
tags:
|
||||||
|
- Flag
|
||||||
|
- Golden Popcorn
|
||||||
|
conditions:
|
||||||
|
- flag: ptp_golden
|
||||||
|
name: Golden Popcorn
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
type: indexer_flag
|
||||||
|
- name: 720p
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
resolution: 720p
|
||||||
|
type: resolution
|
||||||
|
tests: []
|
||||||
22
custom_formats/SD Golden Popcorn.yml
Normal file
22
custom_formats/SD Golden Popcorn.yml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
name: SD Golden Popcorn
|
||||||
|
description: Matches SD Golden Popcorns. Only works on PassThePopcorn
|
||||||
|
tags:
|
||||||
|
- Flag
|
||||||
|
- Golden Popcorn
|
||||||
|
conditions:
|
||||||
|
- flag: ptp_golden
|
||||||
|
name: Golden Popcorn
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
type: indexer_flag
|
||||||
|
- name: 720p
|
||||||
|
negate: true
|
||||||
|
required: false
|
||||||
|
resolution: 720p
|
||||||
|
type: resolution
|
||||||
|
- name: 1080p
|
||||||
|
type: resolution
|
||||||
|
required: false
|
||||||
|
negate: true
|
||||||
|
resolution: 1080p
|
||||||
|
tests: []
|
||||||
Reference in New Issue
Block a user