mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
9 lines
183 B
PHP
9 lines
183 B
PHP
<?php
|
|
require_once realpath(dirname(dirname(__DIR__)) . DIRECTORY_SEPARATOR . 'indexer.php');
|
|
|
|
use newznab\PreDB;
|
|
|
|
$p = new PreDB(true);
|
|
$p->nzpreUpdate();
|
|
$p->processReleases(2000);
|