Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
nealfax committed Feb 6, 2015
1 parent 002b8fc commit 0f52237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scraper.php
Expand Up @@ -11,6 +11,7 @@
// Find something on the page using css selectors
$dom = new simple_html_dom();
$dom->load($html);
echo $html;
print_r($dom->find("div.details")); //div.large h5

// Write out to the sqlite database using scraperwiki library
Expand Down

0 comments on commit 0f52237

Please sign in to comment.