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 23, 2018
1 parent a8bd9b0 commit bbb5589
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scraper.php
Expand Up @@ -3,9 +3,12 @@
require 'scraperwiki/simple_html_dom.php';
//
/** looping over list of ids of doctors **/
for($id = 1199142; $id <= 1199999; $id++)
for($id = 1199142; $id <= 1315733; $id++)


{
$url = ("https://old.mciindia.org/ViewDetails.aspx?ID=".$id);
echo "$url\n";
$link2 = file_get_html($url);

// walk through the dom and extract doctor information
Expand Down

0 comments on commit bbb5589

Please sign in to comment.