This site is still a work in progress. For the current docs, head to dictionarry.dev.
profilarr profilarr /docs

Amazon Prime

regex101
Streaming Service WEB-DL

Pattern

Pattern
\bAMZN\b|\bAMAZON[ ._-]WEB[ ._-]?(DL|RIP)?\b

Description

Matches Amazon Prime Video source tags in both abbreviated (AMZN) and full (AMAZON WEB-DL / AMAZON WEBRIP) forms. Separators between words can be a space, dot, underscore, or hyphen, and the separator between WEB and DL/RIP is optional entirely. Word boundaries are enforced on both patterns to prevent partial matches.

Examples:

  • AMZN
  • AMAZON WEB-DL
  • AMAZON.WEB.DL
  • AMAZON_WEBDL
  • AMAZON-WEBRIP
  • AMAZON.WEB_RIP

References

History

Update Regex

b200c57

1 change

tweak(regex): added amazon prime unit tests, updated description to describe pattern, made delimeter between amazon/web{rip,dl} optional

2c97c48

3 changes

Update Regex

b36c6a6

1 change

create: initial v2 translation

Created
00bd245

Entity created