fix: Match `Anime.Time`

Allows matching the `Anime Time` release group when the space is replaced with a period
pull/390/head
p5nbTgip0r 3 years ago committed by GitHub
parent 84a7f9eafd
commit 2eae34fd54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -564,7 +564,7 @@ Sub-Par Releases 2nd Tier (Re-encoded to crap or really small filesizes) (Sepera
```
```bash
/(BakedFish|N[eo][wo]b[ ._-]?Subs|\bAnime Time\b)/i
/(BakedFish|N[eo][wo]b[ ._-]?Subs|\bAnime[ .]Time\b)/i
```
```bash

Loading…
Cancel
Save