Commit 3213ed09 authored by Nico Schallehn's avatar Nico Schallehn

test

parent f2acd8f8
......@@ -773,7 +773,7 @@ class Media {
$imdb = new IMDB("http://www.imdb.com/title/tt".$array["imdbID"]."/");
if ($imdb->isReady) {
echo " done!".PHP_EOL;
echo $imdb->getAll();
var_dump($imdb->getAll());
exit;
$array["year"] = $imdb->getYear();
......
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