mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 03:08:53 +00:00
Rename nntmux namespace and folder to Blacklight
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
|
||||
require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
|
||||
|
||||
use nntmux\processing\tv\TVDB;
|
||||
use Blacklight\processing\tv\TVDB;
|
||||
use Adrenth\Thetvdb\Exception\UnauthorizedException;
|
||||
use Adrenth\Thetvdb\Exception\RequestFailedException;
|
||||
use Adrenth\Thetvdb\Exception\InvalidArgumentException;
|
||||
use Adrenth\Thetvdb\Exception\InvalidJsonInResponseException;
|
||||
|
||||
$c = new nntmux\ColorCLI();
|
||||
$c = new Blacklight\ColorCLI();
|
||||
$tvdb = new TVDB();
|
||||
|
||||
if (isset($argv[1]) && ! empty($argv[1]) && isset($argv[2]) && is_numeric($argv[2]) && isset($argv[3]) && is_numeric($argv[3])) {
|
||||
|
||||
Reference in New Issue
Block a user