tweak(regex): Fix 3D Regex

This commit is contained in:
Seraphys 2025-05-30 19:33:53 -05:00
parent 0519b67cc9
commit 5d81dd5116
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name: 3D name: 3D
pattern: \b((bluray|bd)?3d|sbs|half[ .-]ou|half[ .-]sbs)\b pattern: (?<=\b[12]\d{3}\b).*\b((bluray|bd)?3d|sbs|half[ .-]ou|half[ .-]sbs)\b
description: 'Matches terms related to 3D video formats: description: 'Matches terms related to 3D video formats:
- `bluray3d` or `bd3d` (optional `bluray` or `bd` followed by `3d`). - `bluray3d` or `bd3d` (optional `bluray` or `bd` followed by `3d`).