static LPairS duckDuckGo(S query) { ret map(jsoup(duckDuckGo_raw("mountain"), "a.result__a"), pair(e -> e.attr("href"), htmlDecode_dropTags(e.html()))); }