Jump to content

Web scraping: Difference between revisions

no edit summary
m (→‎{{header|Phix}}: simplified)
No edit summary
Line 198:
 
[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}}==
1,532

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.