We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
newznab-tmux/Blacklight/processing/tv/TV.php
Line 429 in 41ac1ca
This regex does not match searchnames which contain stuff like parentheses or brackets for example. ( ) [ ] and maybe more.
( )
[ ]
So something like: This Showname (Australia) 10x07 won't match.
This Showname (Australia) 10x07
The text was updated successfully, but these errors were encountered:
Fixed.
Sorry, something went wrong.
No branches or pull requests
newznab-tmux/Blacklight/processing/tv/TV.php
Line 429 in 41ac1ca
This regex does not match searchnames which contain stuff like parentheses or brackets for example.
( )
[ ]
and maybe more.So something like:
This Showname (Australia) 10x07
won't match.The text was updated successfully, but these errors were encountered: