Commit b6077fd1 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 3213ed09
......@@ -774,7 +774,9 @@ class Media {
if ($imdb->isReady) {
echo " done!".PHP_EOL;
var_dump($imdb->getAll());
$array["autor"] = $imdb->getCreator();
$array["regisseur"] = $imdb->getDirector();
var_dump($array);
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