Jump to content

Web scraping: Difference between revisions

m
added whitespace before the TOC (table of contents), added a ;Task: (bold) header.
m (added whitespace before the TOC (table of contents), added a ;Task: (bold) header.)
Line 12:
{{omit from|Retro|Does not have network access.}}
{{omit from|ZX Spectrum Basic|Does not have network access.}}
 
Create a program that downloads the time from this URL: [http://tycho.usno.navy.mil/cgi-bin/timer.pl 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]].
;Task:
Create a program that downloads the time from this URL:   [http://tycho.usno.navy.mil/cgi-bin/timer.pl 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]].
 
<!-- As of March 2014, the page is available
{{task|Networking and Web Interaction}}
 
The page http://tycho.usno.navy.mil/cgi-bin/timer.pl is no longer available since julyJuly 2011. The relevant part of that page source looked like this:
The relevant part of that page source looked like this:
 
<pre>
...
Line 34 ⟶ 36:
...
</pre>
 
End of comment -->
 
If possible, only use libraries that come at no ''extra'' monetary cost with the programming language and that are widely available and popular such as [http://www.cpan.org/ CPAN] for Perl or [[Boost]] for C++.
<br><br>
 
=={{header|8th}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.