Merge pull request #3029 from Yash-1511/main

feat: add DuckDuckGo search functionality using duckduckgo_search library
This commit is contained in:
Timothy Jaeryang Baek
2024-06-11 09:53:26 -07:00
committed by GitHub
4 changed files with 52 additions and 2 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;