skyscraper
skyscraper copied to clipboard
Structural scraping for the rest of us.
I have been playing around with your awesome library, I am getting along with the scraping but seeing some wierd behaviour with the database creation, I have does some digging...
When a processor puts a key that's not a keyword into context, Skyscraper gets confused and errors in `extract-namespaced-keys`. Either we should allow such keys, or disallow them and bail...
Scraper seems to be ignoring the url-fn defprocessor argument.
Hello! I accidently ran `(scrape seed)` as opposed to `(scrape (seed))`, which failed as expected. This meant that a function was serialized as opposed to a map for the seed...