Commit 2c4d73ac authored by Nico Schallehn's avatar Nico Schallehn

test

parent 3b7decc1
...@@ -25,4 +25,4 @@ $url2="https://api.themoviedb.org/3/movie/".$tmdb["movie_results"][0]["id"]."?ap ...@@ -25,4 +25,4 @@ $url2="https://api.themoviedb.org/3/movie/".$tmdb["movie_results"][0]["id"]."?ap
$tmdb = json_decode(file_get_contents($url2), true); $tmdb = json_decode(file_get_contents($url2), true);
echo "DE:".$tmdb["trailers"]["youtube"]["source"]; echo "DE:".$tmdb["trailers"]["youtube"]["source"];
//var_dump($tmdb["trailers"]["youtube"]["source"]); var_dump($tmdb["trailers"]["youtube"]);
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