Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
SeokbinKang committed Apr 4, 2015
1 parent 7d70eb1 commit 73fdb14
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 @@ -24,7 +24,7 @@
{
print $url[0];
$html = scraperWiki::scrape($url[0]);
print $html;
print $url[1];
$dom->load($html);

$papertitle = array();
Expand Down

0 comments on commit 73fdb14

Please sign in to comment.