mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update predb regex
This commit is contained in:
@@ -15,7 +15,7 @@ use Illuminate\Support\Str;
|
||||
*/
|
||||
class NameFixer
|
||||
{
|
||||
public const PREDB_REGEX = '/([\w\(\) \-–]+[\s\._,&+\'-–]([\!\w&\',@#.\+\(\)]+[\s\._–-])+[\w\(\)]+(.?-)\w+)/ui';
|
||||
public const PREDB_REGEX = '/([\w.\'()\[\]-]+(?:[\s._-]+[\w.\'()\[\]-]+)+[-.][\w]+)/ui';
|
||||
|
||||
// Constants for name fixing status
|
||||
public const PROC_NFO_NONE = 0;
|
||||
|
||||
Reference in New Issue
Block a user