geohacker / toll-plazas-india

Dataset of highway toll collection centers published by the NHAI, updated monthly.
38 stars 39 forks source link

fix: Updated URLs to use SSL #15

Open devdattaT opened 1 year ago

devdattaT commented 1 year ago

As of today, the Code does not pull in new data. I looked at the folders for the previous few months, and the CSVs and JSONs seem to be empty.

After playing around a bit, I realised that this was due to the URLs being updated to use HTTPS, and the code not following up on the redirect.

After updating the URLs to use https, output CSVs and JSONs got generated.