Commit f73baec9 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 3f439be1
......@@ -775,9 +775,12 @@ class Media {
echo " done!".PHP_EOL;
var_dump($imdb->getAll());
if($imdb->getWriter() != "n/A"){
$array["autor"] = $imdb->getWriter();
$array["autor"] = str_replace(" /", ",", $imdb->getWriter());
}
$array["regisseur"] = $imdb->getDirector();
$array["land"] = getCountry();
var_dump($array);
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