sjdirect / abot

Cross Platform C# web crawler framework built for speed and flexibility. Please star this project! +1.
Apache License 2.0
2.25k stars 560 forks source link

Update Readme file? #218

Closed JoshTango closed 4 years ago

JoshTango commented 4 years ago

In the Readme file is this line under Abot Events:

if (crawledPage.WebException != null || crawledPage.HttpWebResponse.StatusCode != HttpStatusCode.OK)

does this need to be updated as my code does not find "WebException" ?

sjdirect commented 4 years ago

Thanks for pointing this out