Skip to content

linktrace v0.2.13

Choose a tag to compare

@JayBaywatch JayBaywatch released this 10 Jun 13:14
· 11 commits to main since this release

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.