You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-Add Func<PageToCrawl, CrawlDecision> for ShouldCrawlPage
-Add Func<CrawledPage, CrawlDecision> for ShouldCrawlPageLinks
-Add Func<CrawledPage, CrawlDecision> for ShouldDownloadPageContent
Original issue reported on code.google.com by sjdir...@gmail.com on 7 Nov 2012 at 5:19
The text was updated successfully, but these errors were encountered:
Pros:
-Allows users to determine crawl behavior on the fly
-No classes or interfaces to implement and plugin
Cons:
-Not easy to test compound crawl behaviors
-Users must set these values on every instance (lots of copy and paste)
-Hard to group related or behaviors that are grouped together
Original comment by sjdir...@gmail.com on 31 Dec 2012 at 3:56
Original issue reported on code.google.com by
sjdir...@gmail.com
on 7 Nov 2012 at 5:19The text was updated successfully, but these errors were encountered: