Skip to content

Commit e05678f

Browse files
committed
Change name element layout
1 parent 42a6d91 commit e05678f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/stock.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Gather stock information from different sources"
55
url = "https://finviz.com/quote.ashx?t=%%"
66

77
[[resources.selectors]]
8-
path = "body > div.content > div.ticker-wrapper tbody > tr > td > table.fullview-title > tbody > tr:nth-child(2) > td > a > b"
8+
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"
99
name = "Name"
1010
parsed_type = "String"
1111

0 commit comments

Comments
 (0)