Add generated TRaSH-Guides with scripts

This commit is contained in:
Johan van Eck 2025-07-26 10:10:07 +03:00
parent 8e15e62281
commit 0857ea9dc6
885 changed files with 13936 additions and 34503 deletions

View file

@ -1,13 +0,0 @@
name: 4K4U
pattern: (?<=^|[\s.-])4K4U\b
description: 'Matches the release group `4K4U` only if it is:
- Preceded by the start of the string (`^`), a whitespace character (`\s`), a period
(`.`), or a hyphen (`-`).
- Followed by a word boundary (`\b`), ensuring it ends cleanly without being part
of a longer word. '
tags:
- Release Group
tests: []