Update TVMaze support, it is working now

This commit is contained in:
DariusIII
2015-10-28 22:53:10 +01:00
parent 79eb1ea157
commit af2bc68c29
13 changed files with 520 additions and 161 deletions
+2
View File
@@ -14,6 +14,7 @@ use newznab\Nfo;
use newznab\Sharing;
//use newznab\processing\tv\TvRage;
use newznab\processing\tv\TVDB;
use newznab\processing\tv\TVMaze;
use newznab\XXX;
use newznab\ReleaseFiles;
use newznab\db\Settings;
@@ -260,6 +261,7 @@ class PostProcess
if ($processTV > 0) {
(new TVDB(['Echo' => $this->echooutput, 'Settings' => $this->pdo]))->processTVDB($groupID, $guidChar, $processTV);
//(new TvRage(['Echo' => $this->echooutput, 'Settings' => $this->pdo]))->processTvRage($groupID, $guidChar, $processTV);
(new TVMaze(['Echo' => $this->echooutput, 'Settings' => $this->pdo]))->processTVMaze($groupID, $guidChar, $processTV);
}
}