Added protected keyword to _rateLimiterLookUp dictionary in DomainRateLimiter class, because that dictionary needs to be visible in case the GetRateLimiter method is overridden by a subclass (see pull request https://github.com/sjdirect/abot/pull/194)
Added virtual keyword to HTML document properties in CrawledPage to make it possible to override them in a custom subclass.
protected
keyword to_rateLimiterLookUp
dictionary inDomainRateLimiter
class, because that dictionary needs to be visible in case theGetRateLimiter
method is overridden by a subclass (see pull request https://github.com/sjdirect/abot/pull/194)virtual
keyword to HTML document properties inCrawledPage
to make it possible to override them in a custom subclass.