feat(format): Add Streaming Service: Amazon Prime
This commit is contained in:
parent
131e31262a
commit
178ae69507
2 changed files with 52 additions and 0 deletions
22
custom_formats/Amazon Prime.yml
Normal file
22
custom_formats/Amazon Prime.yml
Normal 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: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue