C# Class Crawler.SongCrawler

Exibir arquivo Open project: viren85/moviemirchi

Public Methods

Method Description
Crawl ( string url ) : List

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

Private Methods

Method Description
GetArtistName ( HtmlAgilityPack node ) : string
GetSongNodeList ( HtmlAgilityPack body ) : HtmlAgilityPack.HtmlNode
GetSongTitle ( HtmlAgilityPack node ) : string
PopulateSongDetails ( string html ) : List

Method Details

Crawl() public method

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