ThreeSixtyGiving / datagetter

Scripts to download data from http://registry.threesixtygiving.org
MIT License
1 stars 1 forks source link

get: If unflatten fails mark data as invalid #21

Closed michaelwood closed 3 years ago

michaelwood commented 3 years ago

Sometimes we get silly files back from the webserver such as custom error pages instead of the documents. This can also happen if the file downloads but is incomplete or broken in some other way but also downloaded without an erroneous HTTP code.

Related to #20