Added
- Support
obeyRobotsTxtfor crawler.queue()'s options. - Support
persistfor RedisCache's constructing options.
changed
- Make
cacheto be required for HCCrawler.connect() and HCCrawler.launch()'s options. - Provide
skipDuplicatesto remember and skip duplicate URLs, instead of passingnulltocacheoption. - Modify
BaseCacheinterface.