Variable: newsticker-wget-arguments

newsticker-wget-arguments is a customizable variable defined in newst-backend.el.gz.

Value

("-q" "-O" "-")

Documentation

Arguments which are passed to wget.

There is probably no reason to change the default settings, unless you are living behind a firewall.

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-backend.el.gz
(defcustom newsticker-wget-arguments
  '("-q" "-O" "-")
  "Arguments which are passed to wget.
There is probably no reason to change the default settings, unless you
are living behind a firewall."
  :type '(repeat (string :tag "Argument"))
  :group 'newsticker-retrieval)