Commit f541983d authored by Nico Schallehn's avatar Nico Schallehn

test

parent 121d83d4
<?php
include("imdb.class.php");
$imdb = new IMDB("http://www.imdb.com/title/tt0489270/");
$imdb = new IMDB("http://www.imdb.com/title/tt1130080/");
if ($imdb->isReady) {
//var_dump($imdb->getCertification());
var_dump($imdb->getAll());
}
/*
$tmdbKey = "b1ddcc7d16281ce09f692896f882ba9d";
......@@ -32,5 +32,5 @@ if(isset($tmdb2["trailers"]["youtube"][0]["source"])){
echo "EN:".$tmdb2["trailers"]["youtube"][0]["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