diff --git a/custom_formats/Amazon Prime.yml b/custom_formats/Amazon Prime.yml new file mode 100644 index 0000000..69599ea --- /dev/null +++ b/custom_formats/Amazon Prime.yml @@ -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: [] diff --git a/regex_patterns/Amazon Prime.yml b/regex_patterns/Amazon Prime.yml new file mode 100644 index 0000000..a49580b --- /dev/null +++ b/regex_patterns/Amazon Prime.yml @@ -0,0 +1,30 @@ +name: Amazon Prime +pattern: \b(amzn|amazon(?![\s.]women)(hd)?)\b +description: Amazon Prime Video, or simply Prime Video, is an American subscription + video on-demand over-the-top streaming and rental service of Amazon offered both + as a stand-alone service and as part of Amazon's Prime subscription. +tags: +- Streaming Service +- WEB-DL +- WEBRip +tests: +- expected: true + id: 1 + input: Futurama.S03E01.Amazon Women in the Mood.1080p.AMZN.WEB-DL.DDP2.0.H.264-Yatogam1.mkv + lastRun: '2024-12-02T19:39:18.186923' + passes: true +- expected: false + id: 2 + input: Futurama.S03E05.Amazon.Women.in.the.Mood.NF.WEB DL.DDP2.0.x264 CtrlSD.mkv + lastRun: '2024-12-02T19:39:18.186923' + passes: true +- expected: false + id: 3 + input: Amazon.Women.on.the.Moon.1987.720p.BluRay.x264-HANDJOB.mkv + lastRun: '2024-12-02T19:39:18.186923' + passes: true +- expected: true + id: 4 + input: First.Contact.Lost.Tribe.of.the.Amazon.2016.1080p.AMZN.WEB-DL.DDP2.0.H.264-Q0SWeb.mkv + lastRun: '2024-12-02T19:39:18.186923' + passes: true