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/98aebc32d67272c531ad01150c5b633e6ff931b0
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
3 deletions
@ -436,7 +436,7 @@ Add this to your `Preferred (3)` with a score of [15]
Add this to your `Must not contain (2)`
```bash
/\b(?=.*(dv|dovi|dolby[ .]vision)\b)(?=.*(WEB[-_. ]DL|WEBDL|AmazonHD|iTunesHD|MaxdomeHD|NetflixU?HD|WebHD|[. ]WEB[. ](?:[xh]26[45]|DDP?5[. ]1)|[. ](?-i:WEB)$|\d+0p(?:[-. ]AMZN)?[-. ]WEB[-. ]|WEB-DLMux|\b\s\/\sWEB\s\/\s\b|AMZN[. ]WEB[. ]|WebRip|Web-Rip|WEBMux ))/i
/(?=.*\b(dv|dovi|dolby[ .]vision)\b)(?=.*(WEB[-_. ]?(DL|RIP)|\bWEB\b ))/i
```
#### Optional Ignore the group -scene
@ -457,10 +457,10 @@ Add this to your `Must not contain (2)`
If you don't want to download so called scene releases.
dd this to your `Must not contain (2)`
A dd this to your `Must not contain (2)`
```bash
/\b([ .]WEB[ .])\b /i
/([_. ]WEB[_. ]|\\bCAKES\\b|GGEZ|GGWP|GLHF) /i
```
------