tweak: Updated Uncensored Format Tag
This commit is contained in:
parent
38b2233831
commit
94d8eb81ab
|
|
@ -1,11 +1,11 @@
|
|||
name: Uncensored
|
||||
description: ''
|
||||
tags:
|
||||
- Sonarr
|
||||
- Edition
|
||||
conditions:
|
||||
- name: Uncensored
|
||||
type: release_title
|
||||
required: true
|
||||
negate: false
|
||||
pattern: Uncensored
|
||||
required: true
|
||||
type: release_title
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
name: Uncensored
|
||||
pattern: (?<=^|[^\w])(?:Uncut|Unrated|Uncensored|AT[-_. ]?X)(?=[^\w]|$)
|
||||
description: ''
|
||||
tags: []
|
||||
tags:
|
||||
- Edition
|
||||
tests:
|
||||
- expected: true
|
||||
id: 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue