I made a script that uses sockets to get the entire source of a requested website.
But all I need is only the top item of the page which I know is surrounded by specific html tags combination which is uniqeu for that page.
How can I get only the text that is between those tags?