Commit 3f439be1 authored by Nico Schallehn's avatar Nico Schallehn

test mit Writer als Autor

parent 53f14ca8
......@@ -774,8 +774,8 @@ class Media {
if ($imdb->isReady) {
echo " done!".PHP_EOL;
var_dump($imdb->getAll());
if($imdb->getCreator() != "n/A"){
$array["autor"] = $imdb->getCreator();
if($imdb->getWriter() != "n/A"){
$array["autor"] = $imdb->getWriter();
}
$array["regisseur"] = $imdb->getDirector();
var_dump($array);
......
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