tweak(regex): improve Blu-ray parsing (#31)
- Matches only "BluRay" or "Blu-Ray", but not "Blu Ray" - Remove extra hyphen from description.
This commit is contained in:
parent
2d010c50a5
commit
e39014facd
|
|
@ -1,6 +1,6 @@
|
|||
name: UHD Blu-ray
|
||||
pattern: \buhd[- ._]bluray\b
|
||||
description: Matches "UHD Bluray" with a hyphen, space, dot or underscore between
|
||||
pattern: \bUHD[-_.\s]?Blu[-]?Ray\b
|
||||
description: Matches "UHD Bluray" or "UHD Blu-Ray" with a hyphen, space, dot or underscore between
|
||||
them
|
||||
tags: []
|
||||
tests:
|
||||
|
|
|
|||
Loading…
Reference in New Issue