using HtmlAgilityPack;
using New_Spider;
using System.Text.RegularExpressions;
//HtmlAgHelper htmlAgHelper = new HtmlAgHelper();
//htmlAgHelper.HtmlCreatePageData();
HtmlAgMajorHelper agMajorHelper = new HtmlAgMajorHelper();
//agMajorHelper.DownloadTypeListFile();
agMajorHelper.DownloadChildTypeListFile();
Console.Read();
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");