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 f32e8f7 commit 61a91b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -19,7 +19,7 @@
//echo $dom->find("h3 [class='lvtitle'] a");
//print_r($dom->find("h3[class='lvtitle'] a"));
scraperwiki::save_sqlite(array('name'), array('name' => $r[0]));
craperwiki::select("* from data");
scraperwiki::select("* from data");
}
//
// // Write out to the sqlite database using scraperwiki library
Expand Down

0 comments on commit 61a91b3

Please sign in to comment.