Commit fecf303d authored by Nico Schallehn's avatar Nico Schallehn

test

parent 2216e4ed
......@@ -20,14 +20,8 @@ $imdbID="tt1815862";
$imdb = new IMDB("http://www.imdb.com/title/".$imdbID."/");
if ($imdb->isReady) {
$imdb2 = new IMDb2(true, false, 0);
$movie = $imdb2->find_by_id($imdbID);
$omdb = jsonCacheDecoder("http://www.omdbapi.com/?i=".$imdbID."&plot=full&r=json");
......
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