Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash12345 committed Nov 23, 2017
1 parent 2793268 commit 0806e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -2,7 +2,7 @@

require 'scraperwiki.php';
require 'scraperwiki/simple_html_dom.php';
for($page = 1; $page < 3 ; $page++)
for($page = 1; $page < 2 ; $page++)
{
$BaseLink = 'http://sipp.pn-makassar.go.id/list_perkara/page/'.$page;
$Html = file_get_html($BaseLink);
Expand Down

0 comments on commit 0806e06

Please sign in to comment.