Files
newznab-tmux/misc/update_scripts/update_theaters.php
T
Darko 619993abbc Reverted to old RottenTomato.php version.
(cherry picked from commit 21b903c)
2015-06-15 12:46:15 +02:00

8 lines
115 B
PHP

<?php
//run this once per day
require_once("config.php");
$m = new Film(['Echo' => true]);
$m->updateUpcoming();