mirror of
https://github.com/C9Glax/tranga.git
synced 2025-03-14 17:13:02 +01:00
removed leftover comment
This commit is contained in:
parent
8df05d7e8a
commit
ed3ca5dba8
@ -82,8 +82,6 @@ public class Manganato : MangaConnector
|
|||||||
|
|
||||||
string sortName = infoNode.Descendants("h1").First().InnerText;
|
string sortName = infoNode.Descendants("h1").First().InnerText;
|
||||||
|
|
||||||
//HtmlNode infoTable = infoNode.Descendants().First(d => d.Name == "table");
|
|
||||||
|
|
||||||
foreach (HtmlNode li in infoNode.Descendants("li"))
|
foreach (HtmlNode li in infoNode.Descendants("li"))
|
||||||
{
|
{
|
||||||
string text = li.InnerText.Trim().ToLower();
|
string text = li.InnerText.Trim().ToLower();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user