add: Added successfulcrab to Web Tier 4
This commit is contained in:
parent
5ba3143e4b
commit
2d020bb284
|
|
@ -20,8 +20,13 @@ conditions:
|
|||
required: false
|
||||
type: release_group
|
||||
- name: LAZY
|
||||
negate: false
|
||||
pattern: LAZY
|
||||
required: false
|
||||
type: release_group
|
||||
- name: SUCCESSFULCRAB
|
||||
type: release_group
|
||||
required: false
|
||||
negate: false
|
||||
pattern: LAZY
|
||||
pattern: SUCCESSFULCRAB
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -0,0 +1,19 @@
|
|||
name: SUCCESSFULCRAB
|
||||
pattern: (?<=^|[\s.-])SUCCESSFULCRAB\b
|
||||
description: '
|
||||
|
||||
1. placeholder'
|
||||
tags:
|
||||
- Release Group
|
||||
- WEB-DL
|
||||
tests:
|
||||
- expected: true
|
||||
id: 1
|
||||
input: We.Were.Liars.S01E01.1080p.WEB.H264-SuccessfulCrab
|
||||
lastRun: '2025-07-06T18:36:17.493049'
|
||||
matchSpan:
|
||||
end: 50
|
||||
start: 36
|
||||
matchedContent: SuccessfulCrab
|
||||
matchedGroups: []
|
||||
passes: true
|
||||
Loading…
Reference in New Issue