Commit d6038397 authored by Nico Schallehn's avatar Nico Schallehn

test

parent d3aca475
...@@ -183,6 +183,7 @@ class Media { ...@@ -183,6 +183,7 @@ class Media {
//$array["Genre"] = $imdb->getGenre(); //$array["Genre"] = $imdb->getGenre();
//$array["Schauspieler"] = $imdb->getCastAsOwn(0, false); //$array["Schauspieler"] = $imdb->getCastAsOwn(0, false);
$fsk = $imdb->getMpaa(); $fsk = $imdb->getMpaa();
var_dump($fsk);
} else{ } else{
echo $this->Console->error("imdbID nicht bei imdb gefunden!").PHP_EOL; echo $this->Console->error("imdbID nicht bei imdb gefunden!").PHP_EOL;
file_put_contents("./phpTestout/".$array["imdbID"].".txt", "Keine Infos auf imdbID gefunden: ".$Pfad.$FilenameOrg.PHP_EOL, FILE_APPEND); file_put_contents("./phpTestout/".$array["imdbID"].".txt", "Keine Infos auf imdbID gefunden: ".$Pfad.$FilenameOrg.PHP_EOL, FILE_APPEND);
......
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