Update bundles

This commit is contained in:
GitHub Action
2025-02-09 21:41:06 +00:00
parent e39014facd
commit 6029acbdaa
5 changed files with 17 additions and 17 deletions

View File

@@ -6409,7 +6409,7 @@
{ {
"name": "Not UHD Blu-ray", "name": "Not UHD Blu-ray",
"negate": true, "negate": true,
"pattern": "\\buhd[- ._]bluray\\b", "pattern": "\\bUHD[-_.\\s]?Blu[-]?Ray\\b",
"required": true, "required": true,
"type": "release_title" "type": "release_title"
} }
@@ -6463,7 +6463,7 @@
{ {
"name": "UHD Blu-ray", "name": "UHD Blu-ray",
"negate": false, "negate": false,
"pattern": "\\buhd[- ._]bluray\\b", "pattern": "\\bUHD[-_.\\s]?Blu[-]?Ray\\b",
"required": true, "required": true,
"type": "release_title" "type": "release_title"
}, },

File diff suppressed because one or more lines are too long

View File

@@ -4876,8 +4876,8 @@
}, },
{ {
"name": "UHD Blu-ray", "name": "UHD Blu-ray",
"pattern": "\\buhd[- ._]bluray\\b", "pattern": "\\bUHD[-_.\\s]?Blu[-]?Ray\\b",
"description": "Matches \"UHD Bluray\" with a hyphen, space, dot or underscore between them", "description": "Matches \"UHD Bluray\" or \"UHD Blu-Ray\" with a hyphen, space, dot or underscore between them",
"tags": [], "tags": [],
"tests": [ "tests": [
{ {

View File

@@ -1,5 +1,5 @@
{ {
"updated_at": "2025-02-09T03:48:14.821758+00:00", "updated_at": "2025-02-09T21:41:06.855453+00:00",
"folders": [ "folders": [
"custom_formats", "custom_formats",
"profiles", "profiles",

File diff suppressed because one or more lines are too long