| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-18 | [mod] engine ask.com - parse JS result to JSON | Markus Heiser | |
| Parse the result list from ask.com given in the variable named window.MESON.initialState:: <script nonce=".."> window.MESON = window.MESON || {}; window.MESON.initialState = {"siteConfig": ... ...}}; window.MESON.loadedLang = "en"; </script> The result list is in field:: json_resp['search']['webResults']['results'] Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2024-02-18 | [feat] engine: implementation of ask.com | Hackurei | |