feat: add DuckDuckGo search functionality using duckduckgo_search library

This commit is contained in:
Yash-1511
2024-06-11 19:49:08 +05:30
parent 06976c4551
commit 83f9475584
3 changed files with 50 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
export let saveHandler: Function;
let webConfig = null;
let webSearchEngines = ['searxng', 'google_pse', 'brave', 'serpstack', 'serper', 'serply'];
let webSearchEngines = ['searxng', 'google_pse', 'brave', 'serpstack', 'serper', 'serply', 'duckduckgo'];
let youtubeLanguage = 'en';
let youtubeTranslation = null;