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 26, 2018
1 parent 3bacdd0 commit 94d908f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
$dom = new simple_html_dom();
$dom->load($html);
// clear the DB, for some reason scraperwiki fails to honor unique keys?
ScraperWiki.sqliteexecute("DELETE from data);
ScraperWiki.sqliteexecute("DELETE from data");
$movies=$dom->find('.titleColumn');
foreach($dom->find('td.titleColumn') as $movie) {

Expand Down

0 comments on commit 94d908f

Please sign in to comment.