I will check them both out and try them for my usecase
Marko Novakovic
04/19/2022, 8:52 PM
@Matthew Gast I want to scrape
shtml
but those both seem to have problem with it. am getting malformed input errors
m
Matthew Gast
04/19/2022, 9:47 PM
I believe jsoup has an option to treat the document as XML, which has more lax rules about allowed input. You can try searching for information about that.