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