ArrProfiles/custom_formats/MA.yml

23 lines
404 B
YAML

name: MA
description: Matches 'Movies Anywhere' WEB-DLs. Negates any encodes.
tags:
- Streaming Service
- WEB-DL
conditions:
- name: MA Regex
negate: false
pattern: Movies Anywhere
required: true
type: release_title
- name: Not WEBRip
negate: true
required: true
source: webrip
type: source
- name: Not x265
negate: true
pattern: x265
required: true
type: release_title
tests: []