Class BazosCrawlerHelper
- Namespace
- SunamoBazosCrawler
- Assembly
- SunamoBazosCrawler.dll
Helper class for crawling and parsing dating advertisements from Bazos website.
public class BazosCrawlerHelper
- Inheritance
-
BazosCrawlerHelper
- Inherited Members
- Extension Methods
Methods
ParseFromOnline(string, Func<string, Task<string>>)
Parses dating advertisements from the specified URL.
public static Task ParseFromOnline(string url, Func<string, Task<string>> downloadContentFunc)
Parameters
urlstringThe URL to parse advertisements from.
downloadContentFuncFunc<string, Task<string>>Function to download or read content from the URL.