diff --git a/Changelog b/Changelog index 455a5ffee..47468cd7a 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2016-08-19 DariusIII + * Chg: Rename releases posted by ozelot from KTR to SDCLiP * Fix: Missing names of movies in upcoming movies pages. 2016-08-12 DariusIII * Chg: Move movie and tv UHD category check above webdl one diff --git a/nntmux/NameFixer.php b/nntmux/NameFixer.php index e37391571..3ce4acd8b 100755 --- a/nntmux/NameFixer.php +++ b/nntmux/NameFixer.php @@ -644,6 +644,9 @@ class NameFixer $this->fixed++; + if(preg_match('/oz@lot[.]com/i', $release['fromname'])) { + $newName = preg_replace('/KTR$/', 'SDCLiP', $newName); + } $newName = explode("\\", $newName); $newName = preg_replace(['/^[-=_\.:\s]+/', '/[-=_\.:\s]+$/'], '', $newName[0]);