Web scraping: Difference between revisions

obsolete
(obsolete)
Line 166:
 
[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|AutoHotkey}}==
1,532

edits