C# 클래스 Crawler.SongCrawler

파일 보기 프로젝트 열기: viren85/moviemirchi

공개 메소드들

메소드 설명
Crawl ( string url ) : List

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

비공개 메소드들

메소드 설명
GetArtistName ( HtmlAgilityPack node ) : string
GetSongNodeList ( HtmlAgilityPack body ) : HtmlAgilityPack.HtmlNode
GetSongTitle ( HtmlAgilityPack node ) : string
PopulateSongDetails ( string html ) : List

메소드 상세

Crawl() 공개 메소드

Entry point for the crawler. Pass the URL from source file (XML)
public Crawl ( string url ) : List
url string
리턴 List