コード例 #1
0
ファイル: Program.cs プロジェクト: Mortiz09/UtilityCraft
 // Dictionary<string, string>
 public static void Main(string[] args)
 {
     WebCrawler crawler = new WebCrawler();
     //crawler.urlList.Add("http://downloads.khinsider.com/game-soundtracks/album/legend-of-zelda-a-link-between-worlds");
     crawler.urlList.Add("http://downloads.khinsider.com/game-soundtracks/album/monster-hunter-soundtrack-book-original-soundtrack-visua...-");
     crawler.craw();
 }
コード例 #2
0
        // Dictionary<string, string>

        public static void Main(string[] args)
        {
            WebCrawler crawler = new WebCrawler();

            //crawler.urlList.Add("http://downloads.khinsider.com/game-soundtracks/album/legend-of-zelda-a-link-between-worlds");
            crawler.urlList.Add("http://downloads.khinsider.com/game-soundtracks/album/monster-hunter-soundtrack-book-original-soundtrack-visua...-");
            crawler.craw();
        }