Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mycwnet committed Sep 19, 2018
1 parent 51a110f commit 667ad1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scraper.php
Expand Up @@ -16,8 +16,10 @@
'rank'
], [
'rank' => "" . clean($arr[1][$key]),
'imdb_id' => clean($arr[3][$key])
'imdb_id' => clean($arr[2][$key])
]);
echo clean($arr[1][$key]);
echo clean($arr[2][$key]);
}
function clean($val)
{
Expand Down

0 comments on commit 667ad1a

Please sign in to comment.