Make all releases by posters with @md-hobbys.com go into XXX-SD category

This commit is contained in:
DariusIII
2017-07-26 13:14:55 +02:00
parent c5b9e6d36c
commit 2ccba00e43
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
2017-07-26 DariusIII
* Chg: Make all releases by posters with @md-hobbys.com go into XXX-SD category
* Mrg: Merge PR #158 by Nightah - Display SABnzbd Integration on profile page for all themes
* Fix: Add missing SABNzbd settings to profile pages in all themes
2017-07-25 DariusIII
+2
View File
@@ -1175,6 +1175,8 @@ class Categorize extends Category
return true;
case $this->checkPoster( '/anon@y[.]com/i', $this->poster, Category::XXX_CLIPSD):
return true;
case $this->checkPoster('/@md-hobbys[.]com/i', $this->poster, Category::XXX_CLIPSD):
return true;
case stripos($this->releaseName, 'SDPORN') !== false:
$this->tmpCat = Category::XXX_CLIPSD;
return true;