From 5dff0fa62e9f2dc5150e39789caf2d246c54cd7f Mon Sep 17 00:00:00 2001 From: Marcel <14852157+Marcel0024@users.noreply.github.com> Date: Mon, 8 Jul 2024 18:18:52 +0200 Subject: [PATCH] Update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4eb7fee..1b7e730 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ var crawlerEngine = await new CrawlerEngineBuilder() new("Total Comments","a.comments"), new("Url","a.title", "href") ]) - .AddPagination("span.next-button > a.not-exist", newPage => newPage.ScrollToEnd()) + .AddPagination("span.next-button > a.not-exist") .AddOutputToConsole() .AddOutputToCsvFile("results.csv") )