thequbit / BarkingOwl

scalable web scraper framework for finding documents on websites.
GNU General Public License v3.0
19 stars 7 forks source link

Error check against a bad date format in CreationDate #8

Closed thequbit closed 10 years ago

thequbit commented 11 years ago

I am falling through to the general try/except right now when the data isn't formatted correctly. I know this should never happen, but somehow the town of Gates, NY wrote "2013100" into all of their CreationDate fields .......

thequbit commented 11 years ago

This is going to be in _unpdf(self,filename) within the Scrapper class within barkingowl-scrapper.py.

thequbit commented 10 years ago

Requirement removed.