mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 15:57:00 +00:00
Update bundles
This commit is contained in:
@@ -6409,7 +6409,7 @@
|
||||
{
|
||||
"name": "Not UHD Blu-ray",
|
||||
"negate": true,
|
||||
"pattern": "\\buhd[- ._]bluray\\b",
|
||||
"pattern": "\\bUHD[-_.\\s]?Blu[-]?Ray\\b",
|
||||
"required": true,
|
||||
"type": "release_title"
|
||||
}
|
||||
@@ -6463,7 +6463,7 @@
|
||||
{
|
||||
"name": "UHD Blu-ray",
|
||||
"negate": false,
|
||||
"pattern": "\\buhd[- ._]bluray\\b",
|
||||
"pattern": "\\bUHD[-_.\\s]?Blu[-]?Ray\\b",
|
||||
"required": true,
|
||||
"type": "release_title"
|
||||
},
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -4876,8 +4876,8 @@
|
||||
},
|
||||
{
|
||||
"name": "UHD Blu-ray",
|
||||
"pattern": "\\buhd[- ._]bluray\\b",
|
||||
"description": "Matches \"UHD Bluray\" with a hyphen, space, dot or underscore between them",
|
||||
"pattern": "\\bUHD[-_.\\s]?Blu[-]?Ray\\b",
|
||||
"description": "Matches \"UHD Bluray\" or \"UHD Blu-Ray\" with a hyphen, space, dot or underscore between them",
|
||||
"tags": [],
|
||||
"tests": [
|
||||
{
|
||||
|
||||
@@ -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": [
|
||||
"custom_formats",
|
||||
"profiles",
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user