Automated update from GitHub Actions

This commit is contained in:
Github Actions 2025-09-29 07:36:37 +00:00
parent 81697ce3cf
commit e211144bb2
8 changed files with 36 additions and 2 deletions

View file

@ -0,0 +1,7 @@
name: KawaSubs
pattern: \b(KawaSubs)\b
description: ''
tags:
- Radarr
- Sonarr
tests: []

7
regex_patterns/RW.yml Normal file
View file

@ -0,0 +1,7 @@
name: RW
pattern: \b(RW)\b
description: ''
tags:
- Radarr
- Sonarr
tests: []

View file

@ -1,5 +1,5 @@
name: Radarr - Upscaled
pattern: (?<=\b[12]\d{3}\b).*\b(UPS|Up(s(caled?|UHD)|(Rez)))\b
pattern: (?<=\b[12]\d{3}\b).*\b(AI[ ._-]?Enhanced|UPS(UHD)?|Upscaled?([ ._-]?UHD)?|UpRez)\b
description: ''
tags:
- Radarr

View file

@ -1,5 +1,5 @@
name: Sonarr - Upscaled
pattern: (?<=\b\d{3,4}p\b).*\b(UPS|Up(s(caled?|UHD)|(Rez)))\b
pattern: (?<=\b\d{3,4}p\b).*\b(AI[ ._-]?Enhanced|UPS(UHD)?|Upscaled?([ ._-]?UHD)?|UpRez)\b
description: ''
tags:
- Sonarr