feat(format): Add Streaming Service: Amazon Prime

This commit is contained in:
santiagosayshey
2024-12-02 20:01:14 +10:50
parent 131e31262a
commit 178ae69507
2 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
name: Amazon Prime
description: Matches 'Amazon Prime' WEB-DLs. Negates any encodes.
tags:
- Streaming Service
- WEB-DL
conditions:
- name: AMZN Regex
negate: false
pattern: Amazon Prime
required: true
type: release_title
- name: WEBRip
negate: true
required: false
source: webrip
type: source
- name: x265
negate: true
pattern: x265
required: false
type: release_title
tests: []