Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash12345 committed Feb 9, 2018
1 parent 0067e7a commit df7b0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -15,7 +15,7 @@
$link = 'http://supremecourtofindia.nic.in/php/case_status/case_status_process.php?d_no='.$x.'&d_yr='.$years[$mainpage];
$html = file_get_html($link);
$check = $html->find("h5[plaintext^=Diary No]",0)->plaintext;
$record = array('link' => $link 'check' =>$check);
$record = array('link' => $link , 'check' =>$check);
scraperwiki::save(array('link','check'), $record);
echo "$check\n";
$x++;
Expand Down

0 comments on commit df7b0ef

Please sign in to comment.