TRaSH anime version formats
This commit is contained in:
parent
0fbc10ab5e
commit
3fd58fa9ba
|
|
@ -0,0 +1,12 @@
|
|||
name: v0
|
||||
description: Matches the 'v0' Regex Pattern
|
||||
tags:
|
||||
- TRaSH
|
||||
- Anime
|
||||
conditions:
|
||||
- name: v0
|
||||
negate: false
|
||||
pattern: v0
|
||||
required: true
|
||||
type: release_title
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
name: v1
|
||||
description: Matches the 'v1' Regex Pattern
|
||||
tags:
|
||||
- TRaSH
|
||||
- Anime
|
||||
conditions:
|
||||
- name: v1
|
||||
negate: false
|
||||
pattern: v1
|
||||
required: true
|
||||
type: release_title
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
name: v2
|
||||
description: Matches the 'v2' Regex Pattern
|
||||
tags:
|
||||
- TRaSH
|
||||
- Anime
|
||||
conditions:
|
||||
- name: v2
|
||||
negate: false
|
||||
pattern: v2
|
||||
required: true
|
||||
type: release_title
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
name: v3
|
||||
description: Matches the 'v3' Regex Pattern
|
||||
tags:
|
||||
- TRaSH
|
||||
- Anime
|
||||
conditions:
|
||||
- name: v3
|
||||
negate: false
|
||||
pattern: v3
|
||||
required: true
|
||||
type: release_title
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
name: v4
|
||||
description: Matches the 'v4' Regex Pattern
|
||||
tags:
|
||||
- TRaSH
|
||||
- Anime
|
||||
conditions:
|
||||
- name: v4
|
||||
negate: false
|
||||
pattern: v4
|
||||
required: true
|
||||
type: release_title
|
||||
tests: []
|
||||
Loading…
Reference in New Issue