# Amazon Prime

A regular expression from the Dictionarry PCD database. Tags: Streaming Service, WEB-DL. Web version: https://profilarr.com/pcd/dictionarry/regular-expressions/amazon-prime

## Pattern

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

Test this pattern at https://regex101.com/r/K6HrsR/4.

## 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

Custom formats using this regular expression. Each link points to the markdown version.

- [AMZN](https://profilarr.com/pcd/dictionarry/custom-formats/amzn.md)
- [Amazon Channel Enhancement](https://profilarr.com/pcd/dictionarry/custom-formats/amazon-channel-enhancement.md)
- [Amazon Enhancement](https://profilarr.com/pcd/dictionarry/custom-formats/amazon-enhancement.md)

## History

| Commit | Change | Date |
| ------ | ------ | ---- |
| [b200c57](https://github.com/Dictionarry-Hub/database/commit/b200c57830fa3984ae800dfce8900fa1bdf6bb1e) | Update Regex | 2026-03-04 |
| [2c97c48](https://github.com/Dictionarry-Hub/database/commit/2c97c483acd74f62a92fbc7233935c77626a5412) | tweak(regex): added amazon prime unit tests, updated description to describe pattern, made delimeter between amazon/web{rip,dl} optional | 2026-03-04 |
| [b36c6a6](https://github.com/Dictionarry-Hub/database/commit/b36c6a6c25c83dcb9794c56043f19fbd1fe1d054) | Update Regex | 2026-03-01 |
| [00bd245](https://github.com/Dictionarry-Hub/database/commit/00bd245bd7b7c5f331c85233d9c599cdaccb3339) | create: initial v2 translation (Created) | 2026-01-31 |

---

Index of this site's Markdown pages: https://profilarr.com/llms.txt
