NGDF/dots/qutebrowser/search.py

17 lines
994 B
Python

# Search engine setup
c.url.searchengines = {
'DEFAULT': 'https://duckduckgo.com/?q={}',
'aw': 'https://wiki.archlinux.org/?search={}',
'os': 'https://software.opensuse.org/search?baseproject=ALL&q={}',
'wrt': 'https://openwrt.org/?q={}&do=search',
'w': 'https://en.wikipedia.org/wiki/Special:Search?search={}',
'wk': 'https://en.wiktionary.org/w/index.php?title=Special%3ASearch&search={}',
'cdj': 'https://www.cantonese.sheik.co.uk/dictionary/search/?searchtype=3&text={}',
'cde': 'https://www.cantonese.sheik.co.uk/dictionary/search/?searchtype=4&text={}',
'cdw': 'https://www.cantonese.sheik.co.uk/dictionary/search/?searchtype=1&text={}',
'yt': 'https://inv.vern.cc/search?q={}',
'ebay': 'https://www.ebay.com/sch/i.html?_nkw={}',
'amazon': 'https://www.amazon.com/s?k={}',
'zhtea': 'https://duckduckgo.com/?q={}+site:jadepot.com.cn+OR+site:jadepot.com+OR+site:xuite.net+OR+site:teaart.com.tw+OR+site:potsart.com+OR+site:p9.com.tw+!g'
}