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