Scraping downloaded html file
Create a program that downloads the time from this URL: http://tycho.usno.navy.mil/cgi-bin/timer.pl and then prints the current UTC time by extracting just the UTC time from the web page's HTML. Web scraping has always been taken care of by actual developers, since a lot of coding, proxy management and Captcha-solving is involved. However, the