Uses 616K of libraries. Click here for Pure Java version (4601L/30K).
1 | static LPairS duckDuckGo(S query) {
|
2 | ret map(jsoup(duckDuckGo_raw(query), "a.result__a"), |
3 | e -> pair(e.attr("href"), htmlDecode_dropTags(e.html())));
|
4 | } |
Began life as a copy of #1030611
download show line numbers debug dex old transpilations
Travelled to 5 computer(s): bhatertpkbcr, ekrmjmnbrukm, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030614 |
| Snippet name: | duckDuckGo - returns (link, text) |
| Eternal ID of this version: | #1030614/3 |
| Text MD5: | 5baf50c56e66d280a405346538a7729f |
| Transpilation MD5: | 141e97325052b212eb20a055f47d9bfa |
| Author: | stefan |
| Category: | javax / html |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-01-26 09:11:12 |
| Source code size: | 158 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 396 / 565 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |