Skip to content

Commit

Permalink
div update
Browse files Browse the repository at this point in the history
  • Loading branch information
codeyu authored Mar 11, 2019
1 parent 9158e1d commit 1c664d3
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 1c664d3

Please sign in to comment.