biglocalnews / warn-scraper

Command-line interface for downloading WARN Act notices of qualified plant closings and mass layoffs from state government websites
https://warn-scraper.readthedocs.io
Apache License 2.0
29 stars 10 forks source link

Replace deprecated http links #622

Closed stucka closed 6 months ago

stucka commented 6 months ago

Maryland's scraper began failing because the original http server was no longer responding to requests, but the https server was just fine.

grep -l -i "http:" * seems to suggest several scrapers have hardcoded http references remaining in the following scrapers, which may or not be actually operationally relevant, but probably should get updated anyway:

stucka commented 6 months ago

D.C. flagged in #633 -- no other problems remain in this issue.