Skip to content

Commit

Permalink
change class for parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
laimis committed Oct 28, 2024
1 parent 5abb70a commit cf24a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StockScreenerReports.Clients/StockAnalysisClient.fs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let getCorporateActions() =

let tableRows =
doc.DocumentNode.Descendants("table")
|> Seq.find (_.HasClass("svelte-16u5l6m"))
|> Seq.find (_.HasClass("svelte-2d4szo"))
|> _.Descendants("tbody")
|> Seq.head
|> _.Descendants("tr")
Expand Down

0 comments on commit cf24a56

Please sign in to comment.