1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00

Remove feeds with dead uris from newsticker--raw-url-list-defaults

* lisp/net/newst-backend.el (newsticker--raw-url-list-defaults):
  Remove feeds with dead uris.
This commit is contained in:
Ulf Jasper 2017-08-13 16:50:19 +02:00
parent 2367c15b18
commit abab4b091f

View File

@ -75,10 +75,6 @@ considered to be running if the newsticker timer list is not empty."
"https://www.emacswiki.org/emacs?action=rss"
nil
3600)
("Freshmeat.net"
"http://freshmeat.net/index.atom")
("Kuro5hin.org"
"http://www.kuro5hin.org/backend.rdf")
("LWN (Linux Weekly News)"
"http://lwn.net/headlines/rss")
("NY Times: Technology"
@ -102,9 +98,7 @@ considered to be running if the newsticker timer list is not empty."
("Tagesschau (german)"
"http://www.tagesschau.de/newsticker.rdf"
nil
1800)
("Telepolis (german)"
"http://www.heise.de/tp/news.rdf"))
1800))
"Default URL list in raw form.
This list is fed into defcustom via `newsticker--splicer'.")