mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 15:57:00 +00:00
feat(format): Add Streaming Service: Movies Anywhere
This commit is contained in:
112
custom_formats/Movies Anywhere.yml
Normal file
112
custom_formats/Movies Anywhere.yml
Normal file
@@ -0,0 +1,112 @@
|
||||
name: Movies Anywhere
|
||||
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: WEBRip
|
||||
negate: true
|
||||
required: false
|
||||
source: webrip
|
||||
type: source
|
||||
- name: x265
|
||||
negate: true
|
||||
pattern: x265
|
||||
required: false
|
||||
type: release_title
|
||||
tests:
|
||||
- conditionResults:
|
||||
- matches: true
|
||||
name: MA Regex
|
||||
negate: false
|
||||
pattern: Movies Anywhere
|
||||
required: true
|
||||
type: release_title
|
||||
- matches: false
|
||||
name: x265
|
||||
negate: true
|
||||
pattern: x265
|
||||
required: false
|
||||
type: release_title
|
||||
expected: true
|
||||
id: 1
|
||||
input: Scooby-Doo.In.Wheres.My.Mummy.2005.1080p.MA.WEB-DL.DDP5.1.H264-HHWEB.mkv
|
||||
lastRun: '2024-12-02T16:38:32.173913'
|
||||
passes: true
|
||||
- conditionResults:
|
||||
- matches: true
|
||||
name: MA Regex
|
||||
negate: false
|
||||
pattern: Movies Anywhere
|
||||
required: true
|
||||
type: release_title
|
||||
- matches: false
|
||||
name: x265
|
||||
negate: true
|
||||
pattern: x265
|
||||
required: false
|
||||
type: release_title
|
||||
expected: true
|
||||
id: 2
|
||||
input: Speak.No.Evil.2024.1080p.MA.WEB-DL.DDP5.1.Atmos.H.264-FLUX.mkv
|
||||
lastRun: '2024-12-02T16:38:32.173913'
|
||||
passes: true
|
||||
- conditionResults:
|
||||
- matches: true
|
||||
name: MA Regex
|
||||
negate: false
|
||||
pattern: Movies Anywhere
|
||||
required: true
|
||||
type: release_title
|
||||
- matches: false
|
||||
name: x265
|
||||
negate: true
|
||||
pattern: x265
|
||||
required: false
|
||||
type: release_title
|
||||
expected: true
|
||||
id: 3
|
||||
input: The.Super.Mario.Bros.Movie.2023.1080p.MA.WEB-DL.DDP5.1.Atmos.H.264-CMaRioG.mkv
|
||||
lastRun: '2024-12-02T16:38:32.173913'
|
||||
passes: true
|
||||
- conditionResults:
|
||||
- matches: false
|
||||
name: MA Regex
|
||||
negate: false
|
||||
pattern: Movies Anywhere
|
||||
required: true
|
||||
type: release_title
|
||||
- matches: false
|
||||
name: x265
|
||||
negate: true
|
||||
pattern: x265
|
||||
required: false
|
||||
type: release_title
|
||||
expected: false
|
||||
id: 4
|
||||
input: Interstellar.2014.UHD.BluRay.2160p.DTS-HD.MA.5.1.HEVC.REMUX-FraMeSToR.mkv
|
||||
lastRun: '2024-12-02T16:38:32.173913'
|
||||
passes: true
|
||||
- conditionResults:
|
||||
- matches: false
|
||||
name: MA Regex
|
||||
negate: false
|
||||
pattern: Movies Anywhere
|
||||
required: true
|
||||
type: release_title
|
||||
- matches: false
|
||||
name: x265
|
||||
negate: true
|
||||
pattern: x265
|
||||
required: false
|
||||
type: release_title
|
||||
expected: false
|
||||
id: 5
|
||||
input: The.Amazing.Spider-Man.2012.1080p.Remastered.BluRay.DTSHD-MA.x264.D-Z0N3.mkv
|
||||
lastRun: '2024-12-02T16:38:32.173913'
|
||||
passes: true
|
||||
11
regex_patterns/Movies Anywhere.yml
Normal file
11
regex_patterns/Movies Anywhere.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
name: Movies Anywhere
|
||||
pattern: (?<!dts[ .-]?hd[ .-]?)ma\b(?=.*\bweb[ ._-]?(dl|rip)\b)
|
||||
description: Movies Anywhere (MA) is a cloud-based digital rights locker and over-the-top
|
||||
streaming platform that allows users to stream and download purchased films, including
|
||||
digital copies redeemed from codes found in home video releases as well as digital
|
||||
purchases from participating services
|
||||
tags:
|
||||
- Streaming Service
|
||||
- WEB-DL
|
||||
- WEBRip
|
||||
tests: []
|
||||
6
regex_patterns/x265.yml
Normal file
6
regex_patterns/x265.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
name: x265
|
||||
pattern: ^(?!.*(?i:remux)).*([x]\s?(\.?265))
|
||||
description: 'An open source encoder that produces H.265 videos. '
|
||||
tags:
|
||||
- Encoder
|
||||
tests: []
|
||||
Reference in New Issue
Block a user