mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
feat(parser): add regex for DTS-HD MA
This commit is contained in:
@@ -36,6 +36,7 @@ export const PARSE_REGEX = {
|
||||
'DD+':
|
||||
/(?<![^ [_\-.])((?:ddp|dolby[ .\-_]?digital[ .\-_]?plus)(?:[ .\-_]?(5\.1|7\.1))?)(?=[ \]_.-]|$)/i,
|
||||
DD: /(?<![^ [_\-.])((?:dd|dolby[ .\-_]?digital)(?:[ .\-_]?(5\.1|7\.1))?)(?=[ \]_.-]|$)/i,
|
||||
'DTS-HD MA': /(?<![^ [_\-.])(dts[ .\-_]?hd[ .\-_]?ma)(?=[ \]_.-]|$)/i,
|
||||
'DTS-HD': /(?<![^ [_\-.])(dts[ .\-_]?hd)(?=[ \]_.-]|$)/i,
|
||||
DTS: /(?<![^ [_\-.])(dts)(?=[ \]_.-]|$)/i,
|
||||
TrueHD: /(?<![^ [_\-.])(true[ .\-_]?hd)(?=[ \]_.-]|$)/i,
|
||||
|
||||
Reference in New Issue
Block a user