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 14, 2018
1 parent e61c088 commit 0e5c877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -35,7 +35,7 @@ function dlPage($link) {
}
}

for($page = 1066; $page <49434; $page++)
for($page = 1207; $page <49434; $page++)
{
$link = 'http://putusan.mahkamahagung.go.id/direktori/index-'.$page.'.html';
echo "$link\n";
Expand Down

0 comments on commit 0e5c877

Please sign in to comment.