Closed SteadyGiant closed 5 years ago
I just installed my branch of htmlunits
and tried hu_read_html(home_url)
with another URL. It worked.
Aye. #ty. Can you also add yourself to the DESCRIPTION as a ctb?
Sure thing. Thanks.
I think I did that right. Lmk if not. This is something like my 2nd PR ever.
tis perfect! #ty again!
Line 83 of
hu_read_html()
used to taketest_url
as input. I think this was meant to takeurl
as input.After installing
htmlunit
andhtmlunitjars
, whenever I callhu_read_html()
with any input other than atest_url
object, it throws the following:E.g.,