Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash12345 committed Sep 5, 2017
1 parent c520116 commit cf2adce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -24,7 +24,7 @@
echo $Lama = $element->find('./td[7]', 0)->plaintext;
echo $Link = $element->find('./td[8]/a', 0)->href;

scraperwiki::save_sqlite(array('NO'), array('No' => $No , 'NOMOR' => $Nomor, 'Tanggal' => $Tanggal, 'Klasifikasi' => $Klasifikasi, 'Para' => $Para, 'Lama' => $Lama, 'Detail_Page' => $Link));
scraperwiki::save_sqlite(array('No'), array('No' => $No , 'NOMOR' => $Nomor, 'Tanggal' => $Tanggal, 'Klasifikasi' => $Klasifikasi, 'Para' => $Para, 'Lama' => $Lama, 'Detail_Page' => $Link));

}
}
Expand Down

0 comments on commit cf2adce

Please sign in to comment.