Add Groups to LQ (#1644)

pull/1642/head
FonduemangVI 7 months ago committed by GitHub
commit 76b960ebd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,15 +44,6 @@
"value": "^(BHDStudio)$"
}
},
{
"name": "BiTOR",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(BiTOR)$"
}
},
{
"name": "HONE",
"implementation": "ReleaseGroupSpecification",

@ -14,6 +14,15 @@
"fields": {
"value": "\\b(TeeWee)\\b"
}
},
{
"name": "BiTOR (2160p)",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(?=.*?(\\b2160p\\b))(?=.*?(\\bBiTOR\\b))"
}
}
]
}

@ -177,6 +177,15 @@
"value": "^(DDR)$"
}
},
{
"name": "DepraveD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(DepraveD)$"
}
},
{
"name": "DNL",
"implementation": "ReleaseGroupSpecification",
@ -627,6 +636,15 @@
"value": "^(SWTYBLZ)$"
}
},
{
"name": "tarunk9c",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(tarunk9c)$"
}
},
{
"name": "TBS",
"implementation": "ReleaseGroupSpecification",

@ -14,6 +14,15 @@
"fields": {
"value": "\\b(TeeWee)\\b"
}
},
{
"name": "BiTOR (2160p)",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(?=.*?(\\b2160p\\b))(?=.*?(\\bBiTOR\\b))"
}
}
]
}

Loading…
Cancel
Save