mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
Make all releases by posters with @md-hobbys.com go into XXX-SD category
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user