@ -235,7 +235,7 @@ Add this to your Preferred with a score of [575]
BluRay / Dual-Audio / Special (Releases they have are in between below releases and remuxes above.)
```bash
/(\bE.N.D\b|\bE-N-D\b)/i
/(\bE\ .N\ .D\b|\bE-N-D\b)/i
```
---
@ -245,7 +245,7 @@ Add this to your Preferred with a score of [550]
BluRay / Dual-Audio
```bash
/(HAiKU|Exiled-Destiny|E-D|Koten_Gars|Hark0N)/i
/(HAiKU|Exiled-Destiny|\b E-D\b |Koten_Gars|Hark0N)/i
```
```bash
@ -259,7 +259,7 @@ Add this to your Preferred with a score of [500]
BluRay / Dual-Audio / Scene|P2P Groups
```bash
/\bDHD\b|RedBlade|TENEIGHTY|WaLMaRT)/i
/( \bDHD\b|RedBlade|TENEIGHTY|WaLMaRT)/i
```
---
@ -279,7 +279,7 @@ Add this to your Preferred with a score of [400]
WebSource / Dual-Audio
```bash
/(xPearse|\[Prof\]|-Prof )/i
/(xPearse)/i
```
---
@ -377,15 +377,15 @@ Add this to your Preferred with a score of [10]-[20]-[30] in order.
Adds version due to anime groups sometimes fixing issues with their releases.
```bash
/\b (v2)\b /i
/(v2)/i
```
```bash
/\b (v3)\b /i
/(v3)/i
```
```bash
/\b (v4)\b /i
/(v4)/i
```
---