From c1d1bb65953aee6d42008c99276e2e31d9ce8da2 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Fri, 5 Dec 2025 16:15:33 +0100 Subject: [PATCH] Update anime categorization --- Blacklight/Categorize.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blacklight/Categorize.php b/Blacklight/Categorize.php index 2639b2277..a4406582e 100755 --- a/Blacklight/Categorize.php +++ b/Blacklight/Categorize.php @@ -326,7 +326,7 @@ class Categorize return true; } - if (preg_match('/((\[[a-fA-F0-9]{8}\])|(\[[a-z0-9]{8}\])|ANiHLS|HaiKU|ANiURL|SkyAnime|2jzgte|^shiteater|(Erai|New)\-raws)|(LostYears|Vodes)$/i', $this->releaseName)) { + if (preg_match('/((\[[a-fA-F0-9]{8}\])|(\[[a-z0-9]{8}\])|URANiME|ANiHLS|HaiKU|ANiURL|SkyAnime|2jzgte|^shiteater|(Erai|New)\-raws)|(LostYears|Vodes)$/i', $this->releaseName)) { $this->tmpCat = Category::TV_ANIME; return true;