Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash12345 committed Aug 8, 2017
1 parent 4911708 commit fa354da
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 = 1; $id <= 10; $id++)
for($id = 1; $id <= 1199999; $id++)
{

$url = ("https://old.mciindia.org/ViewDetails.aspx?ID=".$id);
Expand Down

0 comments on commit fa354da

Please sign in to comment.