Scraping in one line using temporary objects code
onelinescrape.aspx
1 | <%Response.Write((New System.IO.StreamReader((New System.Net.WebClient()).OpenRead("http://www.damianm.co.uk/code/4/page.aspx"))).ReadToEnd)%> |
onelinescrape.aspx
1 | <%Response.Write((New System.IO.StreamReader((New System.Net.WebClient()).OpenRead("http://www.damianm.co.uk/code/4/page.aspx"))).ReadToEnd)%> |