linktrace v0.2.13
Fix bug in Spider.py: URLs were only marked as visited after a crawl completed, so two concurrent parents could enqueue the same child before either task finished, and duplicate queue entries could also be dispatched in the same batch.