Files
newznab-tmux/misc/testing/update_parsing.php
T

10 lines
194 B
PHP

<?php
require_once dirname(__FILE__) . '/../../www/config.php';
$echoonly = false;
$limittotoday = false;
$verbose = true;
$p = new Parsing($echoonly, $limittotoday, $verbose);
$p->process();