We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a6d91 commit e05678fCopy full SHA for e05678f
examples/stock.toml
@@ -5,7 +5,7 @@ description = "Gather stock information from different sources"
5
url = "https://finviz.com/quote.ashx?t=%%"
6
7
[[resources.selectors]]
8
-path = "body > div.content > div.ticker-wrapper tbody > tr > td > table.fullview-title > tbody > tr:nth-child(2) > td > a > b"
+path = "body > div.content > div.ticker-wrapper.gradient-fade > div.fv-container > table > tbody > tr > td > div > table:nth-child(1) > tbody > tr > td > table.fullview-title > tbody > tr.text-blue-500 > td > h1 > span > a > b"
9
name = "Name"
10
parsed_type = "String"
11
0 commit comments