mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
Rename releases posted by ozelot from KTR to SDCLiP
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user