diff --git a/newznab/controllers/Categorize.php b/newznab/controllers/Categorize.php index e905a90b7..d6caa0cd7 100644 --- a/newznab/controllers/Categorize.php +++ b/newznab/controllers/Categorize.php @@ -956,6 +956,10 @@ class Categorize extends Category $this->tmpCat = \Category::CAT_XXX_CLIPSD; return true; } + if (preg_match('/SDX264XXX/i', $this->releaseName)) { + $this->tmpCat = \Category::CAT_XXX_CLIPSD; + return true; + } return false; }