Categorize TRASHBIN releases into XXX HDClips category

This commit is contained in:
DariusIII
2019-07-16 09:51:51 +02:00
parent d111440213
commit 0a0508c8bd
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -719,7 +719,7 @@ class Categorize
*/
public function isXxxClipHD(): bool
{
if (preg_match('/^[\w\-.]+(\d{2}\.\d{2}\.\d{2}).+(720|1080)+[\w\-.]+(M[PO][V4]-(KTR|GUSH|FaiLED|SEXORS|hUSHhUSH|YAPG))/i', $this->releaseName)) {
if (preg_match('/^[\w\-.]+(\d{2}\.\d{2}\.\d{2}).+(720|1080)+[\w\-.]+(M[PO][V4]-(KTR|GUSH|FaiLED|SEXORS|hUSHhUSH|YAPG|TRASHBIN))/i', $this->releaseName)) {
$this->tmpCat = Category::XXX_CLIPHD;
$this->tmpTag[] = Category::TAG_XXX_CLIPHD;
+2
View File
@@ -1,3 +1,5 @@
2019-07-16 DariusIII
* Chg: Categorize TRASHBIN releases into XXX HDClips category
2019-07-14 DariusIII
* Chg: Update nesbot/carbon to latest version
2019-07-13 DariusIII