Commit ff39e47d authored by Nico Schallehn's avatar Nico Schallehn

test

parent 32a4cdeb
......@@ -4,7 +4,7 @@ error_reporting (E_ALL);
include("imdb.class.php");
include("imdb2.class.php");
$imdb = new IMDB("http://www.imdb.com/title/tt1130080/");
$imdb = new IMDB("http://www.imdb.com/title/tt1815862/");
if ($imdb->isReady) {
......@@ -13,7 +13,7 @@ if ($imdb->isReady) {
$imdb2 = new IMDb2(true, false, 0);
$movie = $imdb2->find_by_id("tt1130080");
$movie = $imdb2->find_by_id("tt1815862");
echo "old:".$imdb->getYear().PHP_EOL;
echo "new:".$movie->year.PHP_EOL;
......
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