tweak(regex): Parsing improved for "Extras" (#22)
- Improve matching for: `E.T..el.ExtraTerrestre.30.Aniversario.1982.mHD.10Bits.1080p.BluRay.DD5.1.HEVC-TMd.mkv`
This commit is contained in:
parent
12c0a681f5
commit
34dc83dd68
|
|
@ -1,5 +1,5 @@
|
|||
name: Extras
|
||||
pattern: (?i)(\b|\.)(extra[s]?|special feature[s]?)\b
|
||||
pattern: (?i)(?<=\b[12]\d{3}\b).*(\b|\.)\b(Extras?|Bonus|Extended[ ._-]Clip|Special Feature[s]?)\b
|
||||
description: Extras, Special Features, Featurettes, etc
|
||||
tags:
|
||||
- Unwanted
|
||||
|
|
|
|||
Loading…
Reference in New Issue