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

test

parent 5c340408
......@@ -24,5 +24,5 @@ echo PHP_EOL;
$url2="https://api.themoviedb.org/3/movie/".$tmdb["movie_results"][0]["id"]."?api_key=".$tmdbKey."&language=de&append_to_response=trailers";
$tmdb = json_decode(file_get_contents($url2), true);
//echo $tmdb;
var_dump($tmdb["trailers"]["youtube"]);
echo "DE:".$tmdb["trailers"]["youtube"]["source"];
//var_dump($tmdb["trailers"]["youtube"]["source"]);
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