Skip to content

Commit 19504ff

Browse files
committed
tweak(regex): Update Amazon Regex / Test Cases
1 parent 44e1783 commit 19504ff

1 file changed

Lines changed: 19 additions & 10 deletions

File tree

regex_patterns/Amazon Prime.yml

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Amazon Prime
2-
pattern: \b(?:AMZN|(?:AMZN|AMAZON)(?=\s*.(?:WEB-?DL|WEBRIP)))\b
2+
pattern: \b(?:AMZN|(?:AMAZON)(?=\s*.(?:WEB-?DL|WEBRIP|WEB)))\b
33
description: Amazon Prime Video, or simply Prime Video, is an American subscription
44
video on-demand over-the-top streaming and rental service of Amazon offered both
55
as a stand-alone service and as part of Amazon's Prime subscription.
@@ -8,17 +8,26 @@ tags:
88
- WEB-DL
99
tests:
1010
- id: 1
11-
input: Futurama.S03E01.Amazon Women in the Mood.1080p.AMZN.WEB-DL.DDP2.0.H.264-Yatogam1.mkv
11+
input: The Amazon Accountant 2 2025 2160p AMZN WEB-DL DD+ 5.1 Atmos DV H.265-FLUX
1212
expected: true
13-
- id: 2
14-
input: Futurama.S03E05.Amazon.Women.in.the.Mood.NF.WEB DL.DDP2.0.x264 CtrlSD.mkv
15-
expected: false
1613
- id: 3
17-
input: Amazon.Women.on.the.Moon.1987.720p.BluRay.x264-HANDJOB.mkv
18-
expected: false
14+
input: The Amazon Accountant 2 2025 2160p Amazon WEBRIP DD+ 5.1 Atmos DV H.265-FLUX
15+
expected: true
1916
- id: 4
20-
input: First.Contact.Lost.Tribe.of.the.Amazon.2016.1080p.AMZN.WEB-DL.DDP2.0.H.264-Q0SWeb.mkv
17+
input: The.Amazon.Accountant.2.2025.2160p.Amazon.WEB.DD+.5.1.Atmos.DV.H.265-FLUX
2118
expected: true
2219
- id: 5
23-
input: First.Contact.Lost.Tribe.of.the.Amazon.2016.1080p.WEB-DL.DDP2.0.H.264-Q0SWeb.mkv
24-
expected: false
20+
input: 'Star Trek: Picard Amazon S03 2160p AMZN WEB-DL DTS-HD MA 5.1 H.265-FLUX'
21+
expected: true
22+
- id: 6
23+
input: 'Star Trek: Picard Amazon S03 2160p Amazon WEBRIP DTS-HD MA 5.1 H.265-FLUX'
24+
expected: true
25+
- id: 7
26+
input: The.Terminal.List.Dark.Amazon.S01E04.THE.SOUND.OF.AMAZON.2160p.AMZN.WEB-DL.DDP5.1.HDR.H.265-FLUX.mkv
27+
expected: true
28+
- id: 8
29+
input: The.Terminal.List.Dark.Amazon.S01E04.THE.SOUND.OF.AMAZON.2160p.Amazon.WEBRIP.DDP5.1.HDR.H.265-FLUX.mkv
30+
expected: true
31+
- id: 9
32+
input: The.Terminal.List.Dark.Amazon.S01E04.THE.SOUND.OF.AMAZON.2160p.Amazon.WEB.DDP5.1.HDR.H.265-FLUX.mkv
33+
expected: true

0 commit comments

Comments
 (0)