Merge branch 'master' into Radarr-CF-Collection-CF-Shorten-Naming

pull/171/head
TRaSH 4 years ago committed by GitHub
commit fbec218063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
Golder-Rule.md: Misc/x265-4k.md
Golden-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">

Loading…
Cancel
Save