diff --git a/scraper.php b/scraper.php index 7e9378f..7178bf1 100644 --- a/scraper.php +++ b/scraper.php @@ -3,7 +3,7 @@ require 'scraperwiki/simple_html_dom.php'; // /** looping over list of ids of doctors **/ -for($id = 698032; $id <= 1199999; $id++) +for($id = 720956; $id <= 1199999; $id++) { $url = ("https://old.mciindia.org/ViewDetails.aspx?ID=".$id);