Jump to content

Web scraping: Difference between revisions

m
→‎{{header|Wren}}: Changed to Wren S/H
m (→‎{{header|Wren}}: Minor changes (including code to skip the site notice) and rerun.)
m (→‎{{header|Wren}}: Changed to Wren S/H)
 
Line 2,266:
 
The code is based in part on the C example though, as we don't have regex, we use our Pattern module to identify the first occurrence of a UTC date/time after the site notice.
<syntaxhighlight lang="ecmascriptwren">/* Web_scraping.wren */
 
import "./pattern" for Pattern
9,493

edits

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