Update to regex files
This commit is contained in:
parent
86e6705d21
commit
a6713d83fc
|
|
@ -1,6 +0,0 @@
|
|||
name: '$tore-Chill'
|
||||
pattern: \b(\$tore-Chill)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: '0neshot'
|
||||
pattern: \b(0neshot)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: '0x539'
|
||||
pattern: \b(0x539)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
name: 10bit-HDS
|
||||
pattern: (?<=^|[\s.-])10bit-HDS\b
|
||||
description: 'Matches the release group `10bit-HDS` only if it is:
|
||||
|
||||
|
||||
- Preceded by the start of the string (`^`), a whitespace character (`\s`), a period
|
||||
(`.`), or a hyphen (`-`).
|
||||
|
||||
- Followed by a word boundary (`\b`), ensuring it ends cleanly without being part
|
||||
of a longer word. '
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: '10bit'
|
||||
pattern: '10[.-]?bit'
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: '1XBET'
|
||||
pattern: '\\b(1XBET)\\b'
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: '224'
|
||||
pattern: \[224\]|-224\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: '24xHD'
|
||||
pattern: '\b(24xHD)\b'
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,49 +0,0 @@
|
|||
'description': 'Matches terms related to 3D video formats:
|
||||
|
||||
- `bluray3d` or `bd3d` (optional `bluray` or `bd` followed by `3d`).
|
||||
|
||||
- `sbs` (side-by-side).
|
||||
|
||||
- `half ou` or `half sbs` with space (` `), dot (`.`), or hyphen (`-`) as separators.'
|
||||
'name': '3D'
|
||||
'pattern': '(?<=\b[12]\d{3}\b).*\b((bluray|bd)?3d|sbs|half[ .-]ou|half[ .-]sbs)\b'
|
||||
'tags':
|
||||
- 'Enhancement'
|
||||
- 'UnWanted'
|
||||
'tests':
|
||||
- 'expected': true
|
||||
'id': 1
|
||||
'input': 'Universal.Soldier.Day.of.Reckoning.2012.1080p.BluRay.3D.H-SBS.DTS.x264-BluRay3D'
|
||||
'lastRun': '2025-04-25T14:15:46.876957'
|
||||
'matchSpan':
|
||||
'end': 55
|
||||
'start': 53
|
||||
'matchedContent': '3D'
|
||||
'matchedGroups':
|
||||
- '3D'
|
||||
- null
|
||||
'passes': true
|
||||
- 'expected': true
|
||||
'id': 2
|
||||
'input': 'Justin.And.The.Knights.Of.Valour.3D.2013.1080p.BluRay.Half-SBS.x264-BluRay3D'
|
||||
'lastRun': '2025-04-25T14:15:46.876957'
|
||||
'matchSpan':
|
||||
'end': 35
|
||||
'start': 33
|
||||
'matchedContent': '3D'
|
||||
'matchedGroups':
|
||||
- '3D'
|
||||
- null
|
||||
'passes': true
|
||||
- 'expected': false
|
||||
'id': 3
|
||||
'input': 'Step Up 3D 2010 1080p BluRay DTS-ES 6.1 x264-xander'
|
||||
'lastRun': '2025-04-25T14:15:46.876957'
|
||||
'matchSpan':
|
||||
'end': 10
|
||||
'start': 8
|
||||
'matchedContent': '3D'
|
||||
'matchedGroups':
|
||||
- '3D'
|
||||
- null
|
||||
'passes': false
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
name: 3D
|
||||
pattern: \b((bluray|bd)?3d|sbs|half[ .-]ou|half[ .-]sbs)\b
|
||||
pattern: (?<=\b[12]\d{3}\b).*\b((bluray|bd)?3d|sbs|half[ .-]ou|half[ .-]sbs)\b
|
||||
description: 'Matches terms related to 3D video formats:
|
||||
|
||||
- `bluray3d` or `bd3d` (optional `bluray` or `bd` followed by `3d`).
|
||||
|
|
@ -9,12 +9,12 @@ description: 'Matches terms related to 3D video formats:
|
|||
- `half ou` or `half sbs` with space (` `), dot (`.`), or hyphen (`-`) as separators.'
|
||||
tags:
|
||||
- Enhancement
|
||||
- Unwanted
|
||||
- UnWanted
|
||||
tests:
|
||||
- expected: true
|
||||
id: 1
|
||||
input: Universal.Soldier.Day.of.Reckoning.2012.1080p.BluRay.3D.H-SBS.DTS.x264-BluRay3D
|
||||
lastRun: '2024-12-13T06:50:15.135830'
|
||||
lastRun: '2025-04-25T14:15:46.876957'
|
||||
matchSpan:
|
||||
end: 55
|
||||
start: 53
|
||||
|
|
@ -26,7 +26,7 @@ tests:
|
|||
- expected: true
|
||||
id: 2
|
||||
input: Justin.And.The.Knights.Of.Valour.3D.2013.1080p.BluRay.Half-SBS.x264-BluRay3D
|
||||
lastRun: '2024-12-13T06:50:15.135830'
|
||||
lastRun: '2025-04-25T14:15:46.876957'
|
||||
matchSpan:
|
||||
end: 35
|
||||
start: 33
|
||||
|
|
@ -35,3 +35,15 @@ tests:
|
|||
- 3D
|
||||
- null
|
||||
passes: true
|
||||
- expected: false
|
||||
id: 3
|
||||
input: Step Up 3D 2010 1080p BluRay DTS-ES 6.1 x264-xander
|
||||
lastRun: '2025-04-25T14:15:46.876957'
|
||||
matchSpan:
|
||||
end: 10
|
||||
start: 8
|
||||
matchedContent: 3D
|
||||
matchedGroups:
|
||||
- 3D
|
||||
- null
|
||||
passes: false
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
'description': ''
|
||||
'name': '3L'
|
||||
'pattern': '(?<=^|[\s.-])3L\b'
|
||||
'tags':
|
||||
- 'Release Group'
|
||||
- 'Remux'
|
||||
'tests': []
|
||||
name: 3L
|
||||
pattern: (?<=^|[\s.-])3L\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Remux
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
name: 3cTWeB
|
||||
pattern: ^(3cTWeB)$
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: '41RGB'
|
||||
pattern: '^(41RGB)$'
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
'description': 'Matches the release group `4K4U` only if it is:
|
||||
|
||||
|
||||
- Preceded by the start of the string (`^`), a whitespace character (`\s`), a period
|
||||
(`.`), or a hyphen (`-`).
|
||||
|
||||
- Followed by a word boundary (`\b`), ensuring it ends cleanly without being part
|
||||
of a longer word. '
|
||||
'name': '4K4U'
|
||||
'pattern': '(?<=^|[\s.-])4K4U\b'
|
||||
'tags':
|
||||
- 'Release Group'
|
||||
- 'Remux'
|
||||
'tests': []
|
||||
|
|
@ -10,4 +10,5 @@ description: 'Matches the release group `4K4U` only if it is:
|
|||
of a longer word. '
|
||||
tags:
|
||||
- Release Group
|
||||
- Remux
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
'description': 'Matches "4KDVS" when preceded by whitespace, a hyphen or dot'
|
||||
'name': '4KDVS'
|
||||
'pattern': '(?<=^|[\s.-])4KDVS\b'
|
||||
'tags':
|
||||
- 'Release Group'
|
||||
- 'Bluray'
|
||||
'tests': []
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
name: 4KDVS
|
||||
pattern: (?<=^|[\s.-])4KDVS\b
|
||||
description: 'Matches "4KDVS" when preceded by whitespace, a hyphen or dot'
|
||||
description: Matches "4KDVS" when preceded by whitespace, a hyphen or dot
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
- Bluray
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
'description': ''
|
||||
'name': '7.1 Surround'
|
||||
'pattern': '7\.1'
|
||||
'tags':
|
||||
- 'Audio'
|
||||
- 'Channel'
|
||||
'tests': []
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
'description': ''
|
||||
'name': '9volt'
|
||||
'pattern': '(?<=^|[\s.-])9volt\b'
|
||||
'tags':
|
||||
- 'Release Group'
|
||||
- 'Anime'
|
||||
'tests': []
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
name: '9volt'
|
||||
pattern: \b(9volt)\b
|
||||
name: 9volt
|
||||
pattern: (?<=^|[\s.-])9volt\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'A-Destiny'
|
||||
pattern: \b(A-Destiny)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'A-L'
|
||||
pattern: \b(A-L)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
'description': ''
|
||||
'name': 'AAAUHD'
|
||||
'pattern': '(?<=^|[\s.-])AAAUHD\b'
|
||||
'tags':
|
||||
- 'Release Group'
|
||||
- 'Bluray'
|
||||
'tests': []
|
||||
|
|
@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])AAAUHD\b
|
|||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
- Bluray
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
'description': ''
|
||||
'name': 'AAC'
|
||||
'pattern': '\bAAC(\b|\d)'
|
||||
'tags':
|
||||
- 'Audio'
|
||||
'tests': []
|
||||
|
|
@ -2,5 +2,5 @@ name: AAC
|
|||
pattern: \bAAC(\b|\d)
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Audio
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
'description': ''
|
||||
'name': 'ABBIE'
|
||||
'pattern': '(?<=^|[\s.-])ABBIE\b'
|
||||
'tags':
|
||||
- 'Release Group'
|
||||
- 'WEB-DL'
|
||||
'tests': []
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
name: ABBiE
|
||||
name: ABBIE
|
||||
pattern: (?<=^|[\s.-])ABBIE\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- WEB-DL
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
'description': ''
|
||||
'name': 'AC'
|
||||
'pattern': '(?<=^|[\s.-])AC\b'
|
||||
'tags':
|
||||
- 'Release Group'
|
||||
- 'Anime'
|
||||
'tests': []
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
name: 'AC'
|
||||
pattern: \[AC\]|-AC$
|
||||
name: AC
|
||||
pattern: (?<=^|[\s.-])AC\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
'description': ''
|
||||
'name': 'ADE'
|
||||
'pattern': '(?<=^|[\s.-])ADE\b'
|
||||
'tags':
|
||||
- 'Release Group'
|
||||
- 'Bluray'
|
||||
'tests': []
|
||||
|
|
@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])ADE\b
|
|||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
- Bluray
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
'description': ''
|
||||
'name': 'AJP69'
|
||||
'pattern': '(?<=^|[\s.-])AJP69\b'
|
||||
'tags':
|
||||
- 'Release Group'
|
||||
- 'WEB-DL'
|
||||
'tests': []
|
||||
|
|
@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])AJP69\b
|
|||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- WEB-DL
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
'description': ''
|
||||
'name': 'ANE'
|
||||
'pattern': '(?<=^|[\s.-])ANE\b'
|
||||
'tags':
|
||||
- 'Release Group'
|
||||
- 'Anime'
|
||||
'tests': []
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
name: 'ANE'
|
||||
pattern: \[ANE\]|-ANE$
|
||||
name: ANE
|
||||
pattern: (?<=^|[\s.-])ANE\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'ANThELIa'
|
||||
pattern: \b(ANThELIa)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'ANiHLS'
|
||||
pattern: \b(ANiHLS)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
'description': ''
|
||||
'name': 'AOmundson'
|
||||
'pattern': '(?<=^|[\s.-])AOmundson\b'
|
||||
'tags':
|
||||
- 'Release Group'
|
||||
- 'Anime'
|
||||
'tests': []
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
name: 'AOmundson'
|
||||
pattern: \b(AOmundson)\b
|
||||
name: AOmundson
|
||||
pattern: (?<=^|[\s.-])AOmundson\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'AP'
|
||||
pattern: \b(AP)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
'description': ''
|
||||
'name': 'APEX'
|
||||
'pattern': '(?<=^|[\s.-])APEX\b'
|
||||
'tags':
|
||||
- 'Release Group'
|
||||
- 'WEB-DL'
|
||||
'tests': []
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
name: 'APEX'
|
||||
pattern: "^(APEX|PAXA|PEXA|XEPA)$"
|
||||
name: APEX
|
||||
pattern: (?<=^|[\s.-])APEX\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- TRaSH
|
||||
- WEB-DL
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
name: ARC
|
||||
pattern: \[ARC\]|-ARC\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'AREY'
|
||||
pattern: \b(AREY)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
'description': 'Banned for Retagging'
|
||||
'name': 'AROMA'
|
||||
'pattern': '(?<=^|[\s.-])AROMA\b'
|
||||
'tags':
|
||||
- 'Release Group'
|
||||
- 'UnWanted'
|
||||
'tests': []
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
name: 'AROMA'
|
||||
pattern: '^(AROMA)$'
|
||||
description: ''
|
||||
name: AROMA
|
||||
pattern: (?<=^|[\s.-])AROMA\b
|
||||
description: Banned for Retagging
|
||||
tags:
|
||||
- Release Group
|
||||
- UnWanted
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'ASC'
|
||||
pattern: \b(ASC)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'ASO'
|
||||
pattern: \b(ASO)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'ASW'
|
||||
pattern: \b(ASW)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'ATELiER'
|
||||
pattern: '^(ATELiER)$'
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
'description': 'AV1, or AOMedia Video 1, is a video coding format that compresses
|
||||
video files and streams while maintaining high quality.'
|
||||
'name': 'AV1'
|
||||
'pattern': '\b(AV1)\b'
|
||||
'tags':
|
||||
- 'Codec'
|
||||
'tests':
|
||||
- 'expected': true
|
||||
'id': 1
|
||||
'input': 'Arcane S01 2160p UHD BluRay DD 5.1 DV HDR AV1-TiZU'
|
||||
'lastRun': '2025-04-15T14:50:05.552676'
|
||||
'matchSpan':
|
||||
'end': 45
|
||||
'start': 42
|
||||
'matchedContent': 'AV1'
|
||||
'matchedGroups':
|
||||
- 'AV1'
|
||||
'passes': true
|
||||
- 'expected': true
|
||||
'id': 2
|
||||
'input': 'Up.2009.2160p.Bluray.AC3.HDR.DV.AV1-TiZU.mkv'
|
||||
'lastRun': '2025-04-15T14:50:05.552676'
|
||||
'matchSpan':
|
||||
'end': 35
|
||||
'start': 32
|
||||
'matchedContent': 'AV1'
|
||||
'matchedGroups':
|
||||
- 'AV1'
|
||||
'passes': true
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
name: AV1
|
||||
pattern: \bAV1\b
|
||||
pattern: \b(AV1)\b
|
||||
description: AV1, or AOMedia Video 1, is a video coding format that compresses video
|
||||
files and streams while maintaining high quality.
|
||||
tags:
|
||||
|
|
@ -8,20 +8,22 @@ tests:
|
|||
- expected: true
|
||||
id: 1
|
||||
input: Arcane S01 2160p UHD BluRay DD 5.1 DV HDR AV1-TiZU
|
||||
lastRun: '2024-12-13T07:04:08.442964'
|
||||
lastRun: '2025-04-15T14:50:05.552676'
|
||||
matchSpan:
|
||||
end: 45
|
||||
start: 42
|
||||
matchedContent: AV1
|
||||
matchedGroups: []
|
||||
matchedGroups:
|
||||
- AV1
|
||||
passes: true
|
||||
- expected: true
|
||||
id: 2
|
||||
input: Up.2009.2160p.Bluray.AC3.HDR.DV.AV1-TiZU.mkv
|
||||
lastRun: '2024-12-13T07:04:08.442964'
|
||||
lastRun: '2025-04-15T14:50:05.552676'
|
||||
matchSpan:
|
||||
end: 35
|
||||
start: 32
|
||||
matchedContent: AV1
|
||||
matchedGroups: []
|
||||
matchedGroups:
|
||||
- AV1
|
||||
passes: true
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
'description': ''
|
||||
'name': 'AViATOR'
|
||||
'pattern': '(?<=^|[\s.-])AViATOR\b'
|
||||
'tags':
|
||||
- 'Release Group'
|
||||
- 'Bluray'
|
||||
'tests': []
|
||||
|
|
@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])AViATOR\b
|
|||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
- Bluray
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'AZAZE'
|
||||
pattern: '^(AZAZE)$'
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
'description': ''
|
||||
'name': 'Absinth'
|
||||
'pattern': '(?<=^|[\s.-])Absinth\b'
|
||||
'tags':
|
||||
- 'Release Group'
|
||||
- 'Bluray'
|
||||
'tests': []
|
||||
|
|
@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])Absinth\b
|
|||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: null
|
||||
- Bluray
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'AceAres'
|
||||
pattern: \b(AceAres)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: Aergia
|
||||
pattern: \[Aergia\]|-Aergia(?!-raws)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'Afro'
|
||||
pattern: \[Afro\]|-Afro\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'AhmadDev'
|
||||
pattern: \b(AhmadDev)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'Akai'
|
||||
pattern: \[Akai\]|-Akai\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'Almighty'
|
||||
pattern: \[Almighty\]|-Almighty\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: Alt
|
||||
pattern: \[Alt\]|-Alt\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
'description': 'Amazon Prime Video, or simply Prime Video, is an American subscription
|
||||
video on-demand over-the-top streaming and rental service of Amazon offered both
|
||||
as a stand-alone service and as part of Amazon''s Prime subscription.'
|
||||
'name': 'Amazon Prime'
|
||||
'pattern': '\b(?:amzn|(?:AMZN|Amazon)(?=\s*(?:WEB-?DL|HD)))\b'
|
||||
'tags':
|
||||
- 'Streaming Service'
|
||||
- 'WEB-DL'
|
||||
'tests':
|
||||
- 'expected': true
|
||||
'id': 1
|
||||
'input': 'Futurama.S03E01.Amazon Women in the Mood.1080p.AMZN.WEB-DL.DDP2.0.H.264-Yatogam1.mkv'
|
||||
'lastRun': '2024-12-06T01:59:08.829137'
|
||||
'matchSpan':
|
||||
'end': 51
|
||||
'start': 47
|
||||
'matchedContent': 'AMZN'
|
||||
'matchedGroups': []
|
||||
'passes': true
|
||||
- 'expected': false
|
||||
'id': 2
|
||||
'input': 'Futurama.S03E05.Amazon.Women.in.the.Mood.NF.WEB DL.DDP2.0.x264 CtrlSD.mkv'
|
||||
'lastRun': '2024-12-06T01:59:08.829137'
|
||||
'matchSpan': null
|
||||
'matchedContent': null
|
||||
'matchedGroups': []
|
||||
'passes': true
|
||||
- 'expected': false
|
||||
'id': 3
|
||||
'input': 'Amazon.Women.on.the.Moon.1987.720p.BluRay.x264-HANDJOB.mkv'
|
||||
'lastRun': '2024-12-06T01:59:08.829137'
|
||||
'matchSpan': null
|
||||
'matchedContent': null
|
||||
'matchedGroups': []
|
||||
'passes': true
|
||||
- 'expected': true
|
||||
'id': 4
|
||||
'input': 'First.Contact.Lost.Tribe.of.the.Amazon.2016.1080p.AMZN.WEB-DL.DDP2.0.H.264-Q0SWeb.mkv'
|
||||
'lastRun': '2024-12-06T01:59:08.829137'
|
||||
'matchSpan':
|
||||
'end': 54
|
||||
'start': 50
|
||||
'matchedContent': 'AMZN'
|
||||
'matchedGroups': []
|
||||
'passes': true
|
||||
- 'expected': false
|
||||
'id': 5
|
||||
'input': 'First.Contact.Lost.Tribe.of.the.Amazon.2016.1080p.WEB-DL.DDP2.0.H.264-Q0SWeb.mkv'
|
||||
'lastRun': '2024-12-06T01:59:08.829137'
|
||||
'matchSpan': null
|
||||
'matchedContent': null
|
||||
'matchedGroups': []
|
||||
'passes': true
|
||||
|
|
@ -6,7 +6,6 @@ description: Amazon Prime Video, or simply Prime Video, is an American subscript
|
|||
tags:
|
||||
- Streaming Service
|
||||
- WEB-DL
|
||||
- WEBRip
|
||||
tests:
|
||||
- expected: true
|
||||
id: 1
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'AniVoid'
|
||||
pattern: \b(AniVoid)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'Anime Chap'
|
||||
pattern: \b(Anime[ .-]?Chap)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'Anime Land'
|
||||
pattern: \b(Anime[ .-]?Land)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'Anime Time'
|
||||
pattern: \b(Anime[ .-]?Time)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'AnimeDynastyEN'
|
||||
pattern: \b(AnimeDynastyEN)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'AnimeKuro'
|
||||
pattern: \b(AnimeKuro)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'AnimeRG'
|
||||
pattern: \b(AnimeRG)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'AnimeTR'
|
||||
pattern: \b(AnimeTR)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'Animesubs'
|
||||
pattern: \b(Animesubs)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'Anitsu'
|
||||
pattern: \b(Anitsu)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
'description': 'Apple TV+ is an American subscription OTT streaming service owned
|
||||
and operated by Apple Inc. Launched on November 1, 2019, it offers a selection of
|
||||
original production film and television series called Apple Originals.'
|
||||
'name': 'Apple TV+'
|
||||
'pattern': '\b(atvp|aptv|Apple TV\+)\s*\b'
|
||||
'tags':
|
||||
- 'Streaming Service'
|
||||
- 'WEB-DL'
|
||||
'tests':
|
||||
- 'expected': true
|
||||
'id': 1
|
||||
'input': 'Palmer.1080p.APTV.WEB-DL.DDP5.1.Atmos.H.264-EVO.mkv'
|
||||
'lastRun': '2024-12-03T02:31:55.764873'
|
||||
'passes': true
|
||||
- 'expected': true
|
||||
'id': 2
|
||||
'input': 'Fathom.1080p.APTV.WEB-DL.DDP5.1.Atmos.H.264-CMRG.mkv'
|
||||
'lastRun': '2024-12-03T02:31:55.764873'
|
||||
'passes': true
|
||||
- 'expected': false
|
||||
'id': 3
|
||||
'input': 'You.Are.the.Apple.of.My.Eye.2011.720p.BluRay.DD5.1.x264-EbP.mkv'
|
||||
'lastRun': '2024-12-03T02:31:55.764873'
|
||||
'passes': true
|
||||
- 'expected': true
|
||||
'id': 4
|
||||
'input': 'Men in Black 1997 2160p Apple TV+ WEB-DL DDP 5 1 Atmos DV H 265-CHDWEB'
|
||||
'lastRun': '2024-12-03T02:31:55.764873'
|
||||
'passes': true
|
||||
|
|
@ -6,7 +6,6 @@ description: Apple TV+ is an American subscription OTT streaming service owned a
|
|||
tags:
|
||||
- Streaming Service
|
||||
- WEB-DL
|
||||
- WEBRip
|
||||
tests:
|
||||
- expected: true
|
||||
id: 1
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'ArataEnc'
|
||||
pattern: \b(ArataEnc)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: Arg0
|
||||
pattern: \b(Arg0)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'Ari'
|
||||
pattern: \[Ari\]|-Ari\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
'description': ''
|
||||
'name': 'Arid'
|
||||
'pattern': '(?<=^|[\s.-])Arid\b'
|
||||
'tags':
|
||||
- 'Release Group'
|
||||
- 'Anime'
|
||||
'tests': []
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
name: Arid
|
||||
pattern: \[Arid\]|-Arid\b
|
||||
pattern: (?<=^|[\s.-])Arid\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
'description': ''
|
||||
'name': 'Asakura'
|
||||
'pattern': '(?<=^|[\s.-])Asakura\b'
|
||||
'tags':
|
||||
- 'Release Group'
|
||||
- 'Anime'
|
||||
'tests': []
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
name: 'Asakura'
|
||||
pattern: \[Asakura\]|-Asakura\b
|
||||
name: Asakura
|
||||
pattern: (?<=^|[\s.-])Asakura\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Anime
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'Asenshi'
|
||||
pattern: \b(Asenshi)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'AssMix'
|
||||
pattern: \b(AssMix)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,45 +0,0 @@
|
|||
'description': ''
|
||||
'name': 'Atmos'
|
||||
'pattern': '\bATMOS(\b|\d)'
|
||||
'tags':
|
||||
- 'Audio'
|
||||
- 'Enhancement'
|
||||
'tests':
|
||||
- 'expected': false
|
||||
'id': 1
|
||||
'input': 'The.Last.of.Us.S01.2160p.UHD.BluRay.Remux.TrueHDA7.1.H.265-PmP'
|
||||
'lastRun': '2025-01-06T15:07:07.378833'
|
||||
'matchSpan': null
|
||||
'matchedContent': null
|
||||
'matchedGroups': []
|
||||
'passes': true
|
||||
- 'expected': true
|
||||
'id': 2
|
||||
'input': 'The.Last.of.Us.S01.UHD.BluRay.2160p.TrueHD.Atmos.7.1.DV.HEVC.REMUX-FraMeSToR'
|
||||
'lastRun': '2025-01-06T15:07:07.378833'
|
||||
'matchSpan':
|
||||
'end': 48
|
||||
'start': 43
|
||||
'matchedContent': 'Atmos'
|
||||
'matchedGroups':
|
||||
- ''
|
||||
'passes': true
|
||||
- 'expected': true
|
||||
'id': 3
|
||||
'input': 'The Last of Us S01 2160p MAX WEB-DL DDP 5.1 Atmos DV HDR H.265-FLUX'
|
||||
'lastRun': '2025-01-06T15:07:07.378833'
|
||||
'matchSpan':
|
||||
'end': 49
|
||||
'start': 44
|
||||
'matchedContent': 'Atmos'
|
||||
'matchedGroups':
|
||||
- ''
|
||||
'passes': true
|
||||
- 'expected': false
|
||||
'id': 4
|
||||
'input': 'The.Last.of.Us.S01.DV.HDR.2160p.MAX.WEB-DL.DDPA5.1.H.265-FLUX'
|
||||
'lastRun': '2025-01-06T15:07:07.378833'
|
||||
'matchSpan': null
|
||||
'matchedContent': null
|
||||
'matchedGroups': []
|
||||
'passes': true
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'Ayashii'
|
||||
pattern: \[Ayashii\]|-Ayashii\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,97 +0,0 @@
|
|||
'description': 'Black and White colour grading. This regex matches a 4-digit number
|
||||
(optionally surrounded by parentheses), followed by any amount of text, and then
|
||||
detects references to "black and white" in various formats. It supports `blackwhite`
|
||||
(no spaces), `black and white`, `black-white`, "`black & white`, `black/white`,
|
||||
as well as shorthand `BW` and `B&W`, while excluding invalid variations like `b
|
||||
w`, `b-w`, or `b/w`'
|
||||
'name': 'B&W'
|
||||
'pattern': '\d{4}.*?\bblack\b[\s.]*(?:and|\&|-|\/)?[\s.]*\bwhite\b|\bb\&?w\b'
|
||||
'tags':
|
||||
- 'Enhancement'
|
||||
- 'Colour Grade'
|
||||
- 'UnWanted'
|
||||
'tests':
|
||||
- 'expected': true
|
||||
'id': 1
|
||||
'input': 'The Mist Black and White 2007 2160p USA UHD Blu-ray DV HDR HEVC TrueHD
|
||||
7.1 Atmos-BeyondHD'
|
||||
'lastRun': '2025-02-14T14:41:22.957835'
|
||||
'matchSpan': null
|
||||
'matchedContent': null
|
||||
'matchedGroups': []
|
||||
'passes': false
|
||||
- 'expected': false
|
||||
'id': 2
|
||||
'input': 'Black and White 2002 1080p Blu-ray AVC DTS-HD MA 5.1-CultFilms'
|
||||
'lastRun': '2025-02-14T14:41:22.957835'
|
||||
'matchSpan': null
|
||||
'matchedContent': null
|
||||
'matchedGroups': []
|
||||
'passes': true
|
||||
- 'expected': false
|
||||
'id': 3
|
||||
'input': 'Pokemon the Movie: Black and White-Victini and Reshiram Zekrom 2011 1080p
|
||||
AUS BD50 DTS-HD MA 5.1 AVC-PHOENiX'
|
||||
'lastRun': '2025-02-14T14:41:22.957835'
|
||||
'matchSpan': null
|
||||
'matchedContent': null
|
||||
'matchedGroups': []
|
||||
'passes': true
|
||||
- 'expected': true
|
||||
'id': 4
|
||||
'input': 'Madeo 2009 Black & White Version 1080p JPN Blu-ray AVC TrueHD 5.1-kyRLS'
|
||||
'lastRun': '2025-02-14T14:41:22.957835'
|
||||
'matchSpan':
|
||||
'end': 24
|
||||
'start': 6
|
||||
'matchedContent': '2009 Black & White'
|
||||
'matchedGroups': []
|
||||
'passes': true
|
||||
- 'expected': true
|
||||
'id': 6
|
||||
'input': 'Psycho (1960) B&W'
|
||||
'lastRun': '2025-02-14T14:41:22.957835'
|
||||
'matchSpan':
|
||||
'end': 17
|
||||
'start': 7
|
||||
'matchedContent': '(1960) B&W'
|
||||
'matchedGroups': []
|
||||
'passes': true
|
||||
- 'expected': true
|
||||
'id': 7
|
||||
'input': 'Citizen Kane (1941) Black.and.White'
|
||||
'lastRun': '2025-02-14T14:41:22.957835'
|
||||
'matchSpan':
|
||||
'end': 35
|
||||
'start': 13
|
||||
'matchedContent': '(1941) Black.and.White'
|
||||
'matchedGroups': []
|
||||
'passes': true
|
||||
- 'expected': true
|
||||
'id': 8
|
||||
'input': 'Dracula (1931) Black-White'
|
||||
'lastRun': '2025-02-14T14:41:22.957835'
|
||||
'matchSpan':
|
||||
'end': 26
|
||||
'start': 8
|
||||
'matchedContent': '(1931) Black-White'
|
||||
'matchedGroups': []
|
||||
'passes': true
|
||||
- 'expected': true
|
||||
'id': 11
|
||||
'input': 'Young Frankenstein (1974) BW DVDRip'
|
||||
'lastRun': '2025-02-14T14:41:22.957835'
|
||||
'matchSpan':
|
||||
'end': 28
|
||||
'start': 19
|
||||
'matchedContent': '(1974) BW'
|
||||
'matchedGroups': []
|
||||
'passes': true
|
||||
- 'expected': false
|
||||
'id': 12
|
||||
'input': 'Jack Black & Betty White in a Comedy Special'
|
||||
'lastRun': '2025-02-14T14:41:22.957835'
|
||||
'matchSpan': null
|
||||
'matchedContent': null
|
||||
'matchedGroups': []
|
||||
'passes': true
|
||||
|
|
@ -7,8 +7,8 @@ description: Black and White colour grading. This regex matches a 4-digit number
|
|||
`BW` and `B&W`, while excluding invalid variations like `b w`, `b-w`, or `b/w`
|
||||
tags:
|
||||
- Enhancement
|
||||
- Unwanted
|
||||
- Colour Grade
|
||||
- UnWanted
|
||||
tests:
|
||||
- expected: true
|
||||
id: 1
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'BARC0DE'
|
||||
pattern: '^(BARC0DE)$'
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'BAUCKLEY'
|
||||
pattern: '^(BAUCKLEY)$'
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'BBQ'
|
||||
pattern: '^(BBQ)$'
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'BD3D'
|
||||
pattern: '\b(BD3D)\b'
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'BEN THE MEN'
|
||||
pattern: '\\b(BEN[ ._-]THE[ ._-]MEN)\\b'
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
'description': ''
|
||||
'name': 'BHDStudio'
|
||||
'pattern': '(?<=^|[\s.-])BHDStudio\b'
|
||||
'tags':
|
||||
- 'Release Group'
|
||||
- 'Bluray'
|
||||
'tests': []
|
||||
|
|
@ -3,4 +3,5 @@ pattern: (?<=^|[\s.-])BHDStudio\b
|
|||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Bluray
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
name: 'BJX'
|
||||
pattern: \b(BJX)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests: []
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue