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 6, 2017
1 parent 1d88e34 commit 31e313c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'scraperwiki/simple_html_dom.php';
//
/** looping over list of ids of doctors **/
for($id = 0; $id <= 2; $id+20)
for($id = 0; $id <= 40; $id+20)
{
$url = ("https://forlap.ristekdikti.go.id/mahasiswa/search/".$id);
if($url != null)
Expand Down

0 comments on commit 31e313c

Please sign in to comment.