Web scraping: Difference between revisions

Line 992:
isa(s, Requests.Response) || return (s, false)
t = match(r"(?<=<BR>)(.*UTC)", readall(s))
isa(t, RegexMatch) || return (@sprintfprintln("raw html:\n %s", readall(s)), false)
return (t.match, true)
end
Anonymous user