mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-11 00:07:01 +00:00
Update bundles
This commit is contained in:
@@ -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
@@ -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": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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
Reference in New Issue
Block a user