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 2, 2018
1 parent cdb14e7 commit fb317ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -59,7 +59,7 @@
$link = 'http://202.61.43.40:8056/caselaw/rpt_search_simple.php?CASENO=&CASEYEAR='.$Mainpage.'&STD_CASETYPES=-1&STD_BENCHTYPES=-1&STD_COURTS=-1';
echo "$link\n";
$page = file_get_html($link);
sleep(5000);
sleep(10000);
foreach($page->find("//[@id='tblExport']/tbody/tr")as $element)
{
$code = $element->find('td',0)->plaintext;
Expand Down

0 comments on commit fb317ab

Please sign in to comment.