Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlovtech committed Apr 3, 2023
1 parent 0bd75b9 commit 5964b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ var engine = await new ScraperEngineBuilder()
.Follow(".forumlink>a")
.Paginate("a.torTopic", ".pg")
.Parse(new()
{
{
new("name", "#topic-title"),
new("category", "td.nav.t-breadcrumb-top.w100.pad_2>a:nth-child(3)"),
new("subcategory", "td.nav.t-breadcrumb-top.w100.pad_2>a:nth-child(5)"),
Expand Down

0 comments on commit 5964b7c

Please sign in to comment.