Skip to content

Commit

Permalink
Automatic update to make ScraperWiki scraper work on Morph
Browse files Browse the repository at this point in the history
  • Loading branch information
mezuqu committed Jun 10, 2014
1 parent 6a9dfd1 commit f2dede1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scraper.php
@@ -1,9 +1,10 @@
<?php
require 'scraperwiki.php';

require 'scraperwiki/simple_html_dom.php';

//scraperwiki::attach("craigslist_cities"); //Attach the craigslist city scraper
//print_r(scraperwiki::select("* from craigslist_cities.swdata WHERE state = 'Alabama'"));
//print_r(scraperwiki::select("* from craigslist_cities.data WHERE state = 'Alabama'"));

scraperwiki::attach('synthfilter_utils');
$manufacturers = scraperwiki::get_var('manufacturers');
Expand Down

0 comments on commit f2dede1

Please sign in to comment.