Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
handelaar committed Jul 1, 2017
1 parent e53f86d commit eab94e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -40,7 +40,7 @@
$lng = $point[0];

$blob = (string)$item->description;
$blobparser = new simple_html_don();
$blobparser = new simple_html_dom();
$blobparser->load($blob);

$statuspath = $parsethis->find('ul',0)->find('li',5);
Expand Down

0 comments on commit eab94e4

Please sign in to comment.