Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

simplecrawler 1.1.4

Compare
Choose a tag to compare
@fredrikekelund fredrikekelund released this 16 Jul 14:10
· 98 commits to master since this release

Bug fixes

  • #377 - fixed multiple issues with Crawler#removeFetchCondition and Crawler#removeDownloadCondition. Previously, those methods promised to throw an error if they couldn't find the fetch/download condition that was targeted, but they did not. The previous system for condition ID's was not stable either, since they targeted indexes in an array would change length. Crawler#removeFetchCondition also had a bug where it looked for fetch condition references in the Crawler#_downloadConditions array rather than Crawler#_fetchConditions. All of these issues have been fixed now. Thanks to @venning for a great bug report and PR!