Let's say I want to scrape
news.ycombinator.com for new articles.. Quite easy I would get a link to all articles where I'd be able to get title from that page, but I would like to save the actual link text that was entered on HN aswell, which may differ from the title of the article.
Any ideas on how to solve this?