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/8f408681c00f62af9e192a15669b462ecadbd632
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
3 deletions
@ -261,7 +261,7 @@ Add this to your Preferred with a score of **[100]**
We are adding this as **100** so that any unknown `Blu-Ray` can jump tiers inside the Subs categories but not interfere with any tiers above.
```bash
/\b(?:(BluRay|Blu-Ray|BDMux|BD(?!$))|(BDRip)|(BR Rip))(?:\b|$|[ .])/ix
/\b(?:(Blu-?Ray|BDMux|BD(?!$))|(B[DR] Rip))(?:\b|$|[ .])/ix
```
---
@ -269,7 +269,7 @@ Add this to your Preferred with a score of **[100]**
Add this to your Preferred with a score of ** [15]**
```bash
/\b(WEB[-_. ]DL|WEB DL|WebHD|[. ]WEB[. ](?:[xh]26[45]|DDP?5[. ]1)|[. ](?-i:WEB)$|\d+0p(?:WEB-DLMux|\b\s\ /\sWEB\s\ /\s\b))/ix
/\b(WEB[-_. ]? DL|WebHD|[. ]WEB[. ](?:[xh]26[45]|DDP?5[. ]1)|[. ](?-i:WEB)$|\d+0p(?:WEB-DLMux|\b\s/\sWEB\s/\s\b))/ix
```
---
@ -277,7 +277,7 @@ Add this to your Preferred with a score of **[15]**
Add this to your Preferred with a score of ** [10]**
```bash
/(WebRip|Web -Rip|WEBMux)/ix
/(Web-? Rip|WEBMux)/ix
```
---