Skip to content

Commit

Permalink
Merge pull request #1 from codeyu/patch-1
Browse files Browse the repository at this point in the history
div update
  • Loading branch information
VAllens authored Mar 11, 2019
2 parents 9158e1d + 1c664d3 commit a77eb99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CrawlerSamples.ConsoleApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ private static async Task TestAngleSharp()
var document = parser.Parse(htmlString);

//Selector carbox element list
var carboxList = document.QuerySelectorAll("div.customGoodsList div.content div.list li.carbox");
var carboxList = document.QuerySelectorAll("div.shop-content div.content div.list li.carbox");

var carModelList = new List<CarModel>();
foreach (var carbox in carboxList)
Expand Down Expand Up @@ -107,4 +107,4 @@ private static CarModel CreateModelWithAngleSharp(IParentNode node)
return model;
}
}
}
}

0 comments on commit a77eb99

Please sign in to comment.