Skip to content

Commit 472fe89

Browse files
committed
Replace The Telegraph with The Economist
1 parent a727d5a commit 472fe89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sources/D2Handlers/D2Receiver.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ public class D2Receiver: Receiver {
390390
registry["thenewyorktimes", aka: ["newyorktimes", "nytimes", "nyt"]] = FeedCommand(url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml", description: "New York Times - Top Stories", presenter: FeedListPresenter())
391391
registry["thewallstreetjournal", aka: ["wallstreetjournal", "wsj"]] = FeedCommand(url: "https://feeds.a.dj.com/rss/RSSWorldNews.xml", description: "The Wall Street Journal", presenter: FeedListPresenter())
392392
registry["theguardian"] = FeedCommand(url: "https://www.theguardian.com/world/rss", description: "The Guardian - World News", presenter: FeedListPresenter())
393-
registry["thetelegraph", aka: ["telegraph"]] = FeedCommand(url: "https://www.telegraph.co.uk/rss.xml", description: "The Telegraph", presenter: FeedListPresenter())
393+
registry["theeconomist", aka: ["economist"]] = FeedCommand(url: "https://www.economist.com/international/rss.xml", description: "The Economist - International", presenter: FeedListPresenter())
394394
registry["bbc"] = FeedCommand(url: "https://feeds.bbci.co.uk/news/rss.xml", description: "BBC News - Top Stories", presenter: FeedListPresenter())
395395
registry["cnn"] = FeedCommand(url: "http://rss.cnn.com/rss/edition.rss", description: "CNN", presenter: FeedListPresenter())
396396
registry["washingtonpost"] = FeedCommand(url: "http://feeds.washingtonpost.com/rss/world", description: "Washington Post - World", presenter: FeedListPresenter())

0 commit comments

Comments
 (0)