Description
Due to update of the JSoup library from 1.9.2 to 1.14.3 there was a runtime-incombatible change in the semantics when accessing the body or the head element of a HTML document.
We need to update all calls to the body/head method and deal with the changed semantics accordingly.