On newznab, I used to use a regex to catch pretty much everything "else" that was not caught by another regex. I used:
/^(?P<name>.*)$/i
Looking at nzedb regex, there are several places to use a regex. I do not use "Table per group" so I can't test a collection regex.
I want to create a collection regex (assuming it will still be used even though I do not use TPG) that does what I did with newznab.
Or is there a way to force a release out of the binaries table?
Could anyone assist me with this?