mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update anime categorization
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user