Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
OmairXcluesiv committed Feb 3, 2017
1 parent 8d6bea1 commit d6c2679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -11,7 +11,7 @@
// // Find something on the page using css selectors
$dom = new simple_html_dom();
$dom->load($html);
print_r($dom->find("large lheight20 margintop10"));
print_r($dom->find("h3.large lheight20 margintop10"));
//
// // Write out to the sqlite database using scraperwiki library
// scraperwiki::save_sqlite(array('name'), array('name' => 'susan', 'occupation' => 'software developer'));
Expand Down

0 comments on commit d6c2679

Please sign in to comment.