mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 18:58:56 +00:00
Add generic SDX264XXX releases matching.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user