79671154

Date: 2025-06-18 18:23:48
Score: 1.5
Natty:
Report link

I think it is a problem from duckduckgo api change.

I encountered same problems while using duckduckgosearch tool in nodejs. It seems like they just changed the api format.

The regex from duckduckgo sdk is no longer working

const SEARCH_REGEX = /DDG\.pageLayout\.load\(\s*'d'\s*,\s*(\[[\s\S]+?\])\s*,[\s\S]+?\)\s*;?\s*DDG\.duckbar\.load/

I am trying to patch this but still not find a way to resolve, but this is the problem.

Reasons:
  • Blacklisted phrase (1): I am trying to
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: YJack0000