mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 02:38:55 +00:00
Updates to scripts
This commit is contained in:
+4
-1
@@ -88,7 +88,10 @@ Class Predb
|
||||
if ($this->echooutput) {
|
||||
echo $this->c->primary($newUsenetCrawler . " \tRetrieved from Usenet-Crawler.");
|
||||
}
|
||||
exit;
|
||||
$this->retrieveAllfilledMoovee();
|
||||
$this->retrieveAllfilledTeevee();
|
||||
$this->retrieveAllfilledErotica();
|
||||
$this->retrieveAllfilledForeign();
|
||||
$newnames = $newwomble + $newomgwtf + $newzenet + $newprelist + $neworly + $newsrr + $newpdme + $abgx + $newUsenetCrawler;
|
||||
if (count($newnames) > 0) {
|
||||
$db->exec(sprintf('UPDATE prehash SET adddate = NOW() WHERE ID = %d', $newestrel['ID']));
|
||||
|
||||
Reference in New Issue
Block a user