C# Class Crawler.Reviews.HindustanTimesReviews

显示文件 Open project: viren85/moviemirchi Class Usage Examples

Public Methods

Method Description
Crawl ( string url, string affiliation ) : ReviewEntity

Entry point for the crawler. Pass the URL from source file (XML)

Private Methods

Method Description
PopulateReviewDetails ( string html, string affiliation ) : ReviewEntity

Method Details

Crawl() public method

Entry point for the crawler. Pass the URL from source file (XML)
public Crawl ( string url, string affiliation ) : ReviewEntity
url string
affiliation string
return DataStoreLib.Models.ReviewEntity