Commit 0676f48f authored by Nico Schallehn's avatar Nico Schallehn

test

parent 7dcff0ee
......@@ -75,7 +75,7 @@ foreach ($tmdb2["seasons"] AS $Key => $Value){
$url3="https://api.themoviedb.org/3/tv/".$tmdb["tv_results"][0]["id"]."/season/".$Value["season_number"]."?api_key=".$tmdbKey."&language=de";
//echo $url3.PHP_EOL;
$tmdb3 = json_decode(file_get_contents($url3), true);
echo " Overview:".substr($tmdb3["overview"], 0,100);
echo " Overview: ".substr($tmdb3["overview"], 0,100).PHP_EOL;
//var_dump($tmdb3);
foreach ($tmdb3["episodes"] as $key => $value) {
......
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