[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Improved duckduckgo performance
> My experience using the duckduckgo search engine with emacs-w3m has been
> frustrating, possibly be due to how redirects are handled. I'm
> considering making a pull request for the following simple solution, but
> would first like any feedback from the list.
Are you using the "lite" version of DDG? There are no redirects
there. Here is my DDG entry for W3M-SEARCH-ENGINE-ALIST:
("duckduckogo"
"https://duckduckgo.com/lite" utf-8 "q=%s")
Queries are made using POST form submission.
Vladimir