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 15, 2018
1 parent 16ffe89 commit 2e04a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -12,7 +12,7 @@
$linkabc = 'http://supremecourtofindia.nic.in/php/case_status/case_status_process.php?d_no='. $RecordLoop .'&d_yr='.$years[$mainpage];
$htmlcheck = file_get_html($linkabc);
$checking = $htmlcheck->find("/html/body/h5[1]",0)->plaintext;
sleep(5)
sleep(5);
$record = array('link' => $linkabc , 'check' => $checking);
scraperwiki::save(array('link','check'), $record);

Expand Down

0 comments on commit 2e04a36

Please sign in to comment.