sjdirect / abotx

Cross Platform C# Web crawler framework, headless browser, parallel crawler. Please star this project! +1.
https://abotx.org
131 stars 23 forks source link

Text issue on abotx.org website #3

Closed dcasso closed 8 years ago

dcasso commented 8 years ago

In the example it uses : crawler.CrawlConfigurationX.IsJavascriptRenderingEnabled = true; crawler.CrawlConfigurationX.MaxConcurrentSiteCrawls = 1; //Only crawl a single site at a time crawler.CrawlConfigurationX.MaxConcurrentThreads = 8;

Instead of the CrawlConfigurationX class.

sjdirect commented 8 years ago

Thanks, Will update the docs.

dcasso commented 8 years ago

It doesn't take many seconds to figure out what to do.

Is it too small a "bug" to post?

sjdirect commented 8 years ago

Not at all. Glad you posted it. Example has been corrected. Thanks!