Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/2eae34fd549b2a8e6254451c4e20bbb474232ccc You should set ROOT_URL correctly, otherwise the web may not work correctly.

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