Method | Description | |
---|---|---|
Crawl ( string url ) : List |
Entry point for the crawler. Pass the URL from source file (XML)
|
Method | Description | |
---|---|---|
GetArtistName ( HtmlAgilityPack node ) : string | ||
GetSongNodeList ( HtmlAgilityPack body ) : HtmlAgilityPack.HtmlNode | ||
GetSongTitle ( HtmlAgilityPack node ) : string | ||
PopulateSongDetails ( string html ) : List |