[emacs-w3m:13336] Re: Improved duckduckgo performance
Vladimir Sedach <[email protected]>
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <[email protected]> |
> 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