mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:01:24 +00:00
Disable per group regex lookup, use generic regexes only
This commit is contained in:
@@ -104,13 +104,13 @@ class CollectionsCleaning
|
||||
$this->groupName = $groupName;
|
||||
|
||||
// Try DB regex first.
|
||||
$potentialString = $this->_regexes->tryRegex($subject, $groupName);
|
||||
/*$potentialString = $this->_regexes->tryRegex($subject, $groupName);
|
||||
if ($potentialString) {
|
||||
return [
|
||||
'id' => $this->_regexes->matchedRegex,
|
||||
'name' => $potentialString,
|
||||
];
|
||||
}
|
||||
}*/
|
||||
|
||||
return $this->generic();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user