Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash12345 committed Oct 5, 2017
1 parent e94f582 commit 186b3e1
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions scraper.php
Expand Up @@ -54,16 +54,18 @@ function dlPage($href) {
$f = $element->find("td", 5)->plaintext;
$g = $element->find("td", 6)->plaintext;
$h = $element->find("td/a", 0)->href;


scraperwiki::save_sqlite(array('no'), array('no' => $a
,'case' => $b
,'remarks' => $c
/*
,'remarks' => $c
,'citation' => $d
,'decision_date' => $e
,'sc_date' => $f
,'cate' => $g
,'pdflink' => $h));
,'pdflink' => $h
*/

scraperwiki::save_sqlite(array('no'), array('no' => $a
,'case' => $b
));
}


Expand Down

0 comments on commit 186b3e1

Please sign in to comment.