tweak(regex): Fix 3D Regex
This commit is contained in:
parent
0519b67cc9
commit
5d81dd5116
|
|
@ -1,5 +1,5 @@
|
|||
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:
|
||||
|
||||
- `bluray3d` or `bd3d` (optional `bluray` or `bd` followed by `3d`).
|
||||
|
|
|
|||
Loading…
Reference in New Issue