Match lines of text that contain the word "x264" but do not contain the word "remux"
This commit is contained in:
parent
fa23c263f0
commit
faf57f58cb
|
|
@ -1,5 +1,5 @@
|
||||||
name: x264
|
name: x264
|
||||||
pattern: ^(?:(?=.*\bremux\b.*\b(?:h\.?264)\b)|(?=.*\bx264\b)(?!.*\bremux\b)).*$
|
pattern: ^(?:(?=.*\bx264\b)(?!.*\bremux\b)).*$
|
||||||
description: 'An open source encoder that produces H.264 videos. '
|
description: 'An open source encoder that produces H.264 videos. '
|
||||||
tags:
|
tags:
|
||||||
- Encoder
|
- Encoder
|
||||||
|
|
@ -25,14 +25,12 @@ tests:
|
||||||
matchedContent: Life of Pi 2012 1080p BluRay x264-SPARKS
|
matchedContent: Life of Pi 2012 1080p BluRay x264-SPARKS
|
||||||
matchedGroups: []
|
matchedGroups: []
|
||||||
passes: true
|
passes: true
|
||||||
- expected: true
|
- expected: false
|
||||||
id: 3
|
id: 3
|
||||||
input: Movie.Title.2023.1080p.BluRay.REMUX.h.264.DTS-HD.MA.5.1-GRP
|
input: Movie.Title.2023.1080p.BluRay.REMUX.h.264.DTS-HD.MA.5.1-GRP
|
||||||
lastRun: '2025-02-08T23:38:43.613169'
|
lastRun: '2025-02-08T23:38:43.613169'
|
||||||
matchSpan:
|
matchSpan: null
|
||||||
end: 59
|
matchedContent: null
|
||||||
start: 0
|
|
||||||
matchedContent: Movie.Title.2023.1080p.BluRay.REMUX.h.264.DTS-HD.MA.5.1-GRP
|
|
||||||
matchedGroups: []
|
matchedGroups: []
|
||||||
passes: true
|
passes: true
|
||||||
- expected: true
|
- expected: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue