Commit 77119dbd authored by Nico Schallehn's avatar Nico Schallehn

test

parent acde7816
......@@ -773,6 +773,9 @@ class Media {
$imdb = new IMDB("http://www.imdb.com/title/tt".$array["imdbID"]."/");
if ($imdb->isReady) {
echo " done!".PHP_EOL;
$imdb->getAll();
exit;
$array["year"] = $imdb->getYear();
$array["rating"] = $imdb->getRating();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment