C# 클래스 Crawler.Reviews.FilmfareReviews

파일 보기 프로젝트 열기: viren85/moviemirchi 1 사용 예제들

공개 메소드들

메소드 설명
Crawl ( string url, string affiliation ) : ReviewEntity

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

비공개 메소드들

메소드 설명
PopulateReviewDetails ( string html, string affiliation ) : ReviewEntity

메소드 상세

Crawl() 공개 메소드

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