create(regex): WEBDL Groups
This commit is contained in:
parent
a31e0256a0
commit
fbc94284b5
|
|
@ -0,0 +1,6 @@
|
||||||
|
name: Cinefeel
|
||||||
|
pattern: (?<=^|[\s.-])Cinefeel\b
|
||||||
|
description: Matches "Cinefeel" when preceded by whitespace, a hyphen or dot
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
tests: []
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
name: LAZY
|
||||||
|
pattern: (?<=^|[\s.-])LAZY\b
|
||||||
|
description: Matches "LAZY" when preceded by whitespace, a hyphen or dot
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
tests: []
|
||||||
Loading…
Reference in New Issue