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/fbec218063c62798728cedb8b7884b1b766a3f91
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
26 additions and
14 deletions
@ -211,7 +211,7 @@ The reason most of these are added is due to their shitty quality or just in gen
```bash
/(\[EMBER\]|-EMBER\b|DaddySubs)/i,
/(BDMV|M2TS)/i,
/(BDMV|M2TS|\bSSA\b )/i,
/(CuaP|PnPSubs|ICEBLUE|SLAX|U3-Web)/i,
/(Raws-Maji|\bKRP\b|M@nI|Kanjouteki|PuyaSubs)/i,
/\b(Beatrice|ohys|Kawaiika|neko|daddy)[ ._-]?(raws)\b/i,
@ -430,7 +430,7 @@ Add this to your Preferred with a score of **[200]**
Subs 2nd Tier
```bash
/(\[Mysteria\]|-Mysteria\b|Asenshi|AkihitoSubs|\bASW\b )/i
/(\[Mysteria\]|-Mysteria\b|Asenshi)/i
```
```bash
@ -444,7 +444,7 @@ Add this to your Preferred with a score of **[150]**
Subs 3rd Tier
```bash
/(Commie| \bGJM\b|kBaraka)/i
/(\bGJM\b|kBaraka)/i
```
---
@ -458,7 +458,7 @@ FanSubs 1st Tier
```
```bash
/(Coalgirls|BlurayDesuYo|DameDesuYo)/i
/(Coalgirls|BlurayDesuYo|DameDesuYo|\bPAS\b )/i
```
---
@ -476,7 +476,17 @@ FanSubs 2nd Tier
```
```bash
/(\[tenshi\]|-tenshi\b|\bPAS\b|SHiN-gx)/i
/(\[tenshi\]|-tenshi\b|SHiN-gx)/i
```
---
Add this to your Preferred with a score of ** [25]**
FanSubs 3rd Tier
```bash
/(AkihitoSubs|\bASW\b|Commie)/i
```
---
@ -1,9 +1,16 @@
app . location$ . subscribe ( function ( url ) {
var gtag _id = "G-ZZKM4MPQXL" ;
var script = document . createElement ( "script" ) ;
script . src = "https://www.googletagmanager.com/gtag/js?id=" + gtag _id ;
document . head . appendChild ( script ) ;
location$ . subscribe ( function ( url ) {
window . dataLayer = window . dataLayer || [ ] ;
function gtag ( ) {
dataLayer . push ( arguments ) ;
}
gtag ( "js" , new Date ( ) ) ;
gtag ( "config" , "G-ZZKM4MPQXL" ) ;
gtag ( "js" , new Date ( ) ) ;
gtag ( "config" , gtag _id ) ;
} ) ;
@ -65,7 +65,7 @@ plugins:
cf.md : Radarr/V3/Radarr-collection-of-custom-formats.md
TorGuard.md : Misc/how-to-set-up-hardlinks-and-atomic-moves.md
compose.md : Misc/how-to-provide-a-docker-compose.md
Golde r -Rule.md: Misc/x265-4k.md
Golde n -Rule.md: Misc/x265-4k.md
theme:
name : material
@ -1,10 +1,5 @@
{% extends "base.html" %}
{% block analytics %}
<!-- Global site tag (gtag.js) - Google Analytics -->
< script async src = "https://www.googletagmanager.com/gtag/js?id=G-ZZKM4MPQXL" > < / script >
{% endblock %}
{% block content %}
{{ super() }}
< footer class = "sponsorship" >