I want to extract a string from a url (link). That string is in a <h3></h3>
tag.
link = http://www.test.com/page.html
Content of link: <h3>Text here</h3>
What would be an elegant way to first get the content/sourcecode of page.html and then exctract the link? Thanks!