Commit 11e79fc0 authored by Nico Schallehn's avatar Nico Schallehn

test

parent ed899292
......@@ -811,7 +811,7 @@ class Media {
$url = $imdb->getPoster("big");
if(strpos($url, "imdb-share")>3){
//TODO 3. Quelle für cover einbauen
echo " fail (Kein Cover gefunden)!".PHP_EOL;
$counterNotFound++;
}else{
shell_exec("wget ".$url." -O ".$this->config["CoverDir"]."Filme/full/".$Film["imdbID"].".jpg"." > /dev/null 2>&1");
......
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