mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-11 00:07:01 +00:00
23 lines
404 B
YAML
23 lines
404 B
YAML
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: []
|