Web scraping: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: simplified)
No edit summary
Line 198: Line 198:


[https://lh5.googleusercontent.com/-lFRRPzsi5N0/UvBM9E_gZMI/AAAAAAAAKBQ/AuqDPGlwXNg/s1600/composite.png A picture of the graphical program]/
[https://lh5.googleusercontent.com/-lFRRPzsi5N0/UvBM9E_gZMI/AAAAAAAAKBQ/AuqDPGlwXNg/s1600/composite.png A picture of the graphical program]/

=={{header|Arturo}}==

<lang arturo>use ~net

source $(download "http://tycho.usno.navy.mil/cgi-bin/timer.pl")
result $(matches source "/(\d{2}:\d{2}:\d{2}) UTC/")

utcTime result.0.1

print utcTime</lang>

{{out}

<pre>12:30:15</pre>


=={{header|BBC BASIC}}==
=={{header|BBC BASIC}}==