mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-11 00:07:01 +00:00
create(regex): TV Extras Regex / CF
This commit is contained in:
12
custom_formats/TV Extras.yml
Normal file
12
custom_formats/TV Extras.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: TV Extras
|
||||||
|
description: Matches the 'Extras' Regex Pattern
|
||||||
|
tags:
|
||||||
|
- Banned
|
||||||
|
- Enhancement
|
||||||
|
conditions:
|
||||||
|
- name: TV Extras
|
||||||
|
negate: false
|
||||||
|
pattern: TV Extras
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
tests: []
|
||||||
17
regex_patterns/TV Extras.yml
Normal file
17
regex_patterns/TV Extras.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: TV Extras
|
||||||
|
pattern: (?<=\bS\d+\b).*\b(Extras|Bonus|Extended[ ._-]Clip)\b
|
||||||
|
description: Extras, Special Features, Featurettes, etc
|
||||||
|
tags:
|
||||||
|
- Banned
|
||||||
|
tests:
|
||||||
|
- expected: true
|
||||||
|
id: 1
|
||||||
|
input: Game of Thrones S08 Extras The Game Revealed 1080p AMZN WEB-DL DD+ 2.0 H.264-NTG
|
||||||
|
lastRun: '2025-08-18T20:43:40.568644'
|
||||||
|
matchSpan:
|
||||||
|
end: 26
|
||||||
|
start: 19
|
||||||
|
matchedContent: ' Extras'
|
||||||
|
matchedGroups:
|
||||||
|
- Extras
|
||||||
|
passes: true
|
||||||
Reference in New Issue
Block a user