|
|
|
|
|
by portInit
1199 days ago
|
|
You would need to do a bit filtering to get the exact text you need. For example, to get the text for this post you could run: open https://news.ycombinator.com/item?id=34970917
|| filter "(attributes.class == 'toptext')"
|| table innerText |
|