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:
parent
2367c15b18
commit
abab4b091f
@ -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'.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user