Skip to content

Update startpage.py - #11

Open
nkran9 wants to merge 1 commit into
trsi-me:mainfrom
nkran9:patch-1
Open

Update startpage.py#11
nkran9 wants to merge 1 commit into
trsi-me:mainfrom
nkran9:patch-1

Conversation

@nkran9

@nkran9 nkran9 commented Jan 4, 2025

Copy link
Copy Markdown

**

Duckduckgo(SearchEngine):

'''Searches duckduckgo.com'''

def __init__(self, proxy=PROXY, timeout=TIMEOUT):
    super(Duckduckgo, self).__init__(proxy, timeout)
    self._base_url = u'https://links.duckduckgo.com{}&biaexp=b&msvrtexp=b&videxp=a&nadse=b&tjsexp=b'
    self._main_url = u'https://duckduckgo.com/?q={}&t=h_'
    self._current_page = None

**

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants