mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
Updates to namecleaner and predb handling
This commit is contained in:
@@ -13,5 +13,9 @@ if ($nntp->doConnect() === false)
|
||||
}
|
||||
|
||||
$predb = new Predb (true);
|
||||
$predb->combinePre($nntp);
|
||||
$predb->updatePre();
|
||||
$predb->checkPre($nntp);
|
||||
if ($titles > 0) {
|
||||
echo $c->header('Fetched ' . $titles . ' new title(s) from predb sources.');
|
||||
}
|
||||
$nntp->doQuit();
|
||||
|
||||
Reference in New Issue
Block a user