Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash12345 committed Mar 15, 2018
1 parent e0b4a42 commit 9f4e127
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 = 5558; $page <49434; $page++)
for($page = 5670; $page <49434; $page++)
{
$link = 'http://putusan.mahkamahagung.go.id/direktori/index-'.$page.'.html';
echo "$link\n";
Expand Down

0 comments on commit 9f4e127

Please sign in to comment.