mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 19:28:55 +00:00
More typos
This commit is contained in:
@@ -38,12 +38,12 @@ if (isset($pieces[6])) {
|
||||
exit($c->error("Unable to connect to usenet."));
|
||||
}
|
||||
|
||||
$$postprocess->processNfos($argv[1], $nntp);
|
||||
$postprocess->processNfos($argv[1], $nntp);
|
||||
$nntp->doQuit();
|
||||
|
||||
} else if (isset($pieces[2])) {
|
||||
$$postprocess->processMovies($argv[1]);
|
||||
$postprocess->processMovies($argv[1]);
|
||||
echo '.';
|
||||
} else if (isset($pieces[1])) {
|
||||
$$postprocess->processTv($argv[1]);
|
||||
$postprocess->processTv($argv[1]);
|
||||
}
|
||||
|
||||
+1
-2
@@ -666,8 +666,7 @@ class PProcess
|
||||
$this->jpgSavePath = WWW_DIR . 'covers/sample/';
|
||||
$this->imgSavePath = WWW_DIR . 'covers/console/';
|
||||
$this->vidSavePath = WWW_DIR . 'covers/video/';
|
||||
$this->
|
||||
$this->mainTmpPath = $this->site->tmpunrarpath;
|
||||
$this->mainTmpPath = $this->site->tmpunrarpath;
|
||||
$this->tmpPath = $this->mainTmpPath;
|
||||
//\\
|
||||
|
||||
|
||||
Reference in New Issue
Block a user