using Fizzler.Systems.HtmlAgilityPackl;
public static void Main()
HtmlWeb htmlWeb = new HtmlWeb();
HtmlDocument htmlDocument =
htmlWeb.Load("https://exviusdb.com/jp/abilities");
HtmlNode myNode = htmldocument.GetElementbyId("//tr");
foreach(HtmlNode link in myNode.Descendants("//a[@href"])
Console.WriteLine("Hello World");