Browse Source

More sources

master
Samuel Sloniker 1 year ago
parent
commit
c5cc6d78f9
Signed by: kj7rrv
GPG Key ID: 1BB4029E66285A62
  1. 15
      README.md
  2. 37
      sources.toml

15
README.md

@ -9,15 +9,22 @@ Inclusion of a site in this model is not an endorsement of the site.
### Left
* The Atlantic
* CBS News
* CNBC
* CNN
* HuffPost (formerly Huffington Post)
* CNBC
* PBS NewsHour
* Los Angeles Times
* PBS NewsHour
### Right
* American Thinker
* Breitbart
* Epoch Times
* The Federalist
* Fox News
* One America News Network
* Not the Bee
* New York Post
* The Federalist
* One America News Network
* Washington Examiner

37
sources.toml

@ -30,12 +30,22 @@ feed="https://www.latimes.com/local/rss2.0.xml"
category="left"
contains_articles=false
[cbs_news]
feed="https://www.cbsnews.com/latest/rss/main"
category="left"
contains_articles=false
[atlantic]
feed="https://www.theatlantic.com/feed/all/"
category="left"
contains_articles=true
#[bloomberg]
#feed="https://www.bloomberg.com/politics/feeds/site.xml"
#category="left"
#contains_articles=false
[fox]
[fox_news]
feed="https://moxie.foxnews.com/google-publisher/latest.xml"
category="right"
contains_articles=true
@ -59,6 +69,31 @@ feed="https://thefederalist.com/feed"
category="right"
contains_articles=false
[washington_examiner]
feed="https://feeds.feedburner.com/dcexaminer/Politics"
category="right"
contains_articles=true
[american_thinker]
feed="https://feeds.feedburner.com/americanthinker_articles"
category="right"
contains_articles=false
[breitbart]
feed="https://feeds.feedburner.com/breitbart/"
category="right"
contains_articles=false
[epoch_times]
feed="https://www.theepochtimes.com/feed/"
category="right"
contains_articles=false
[not_the_bee]
feed="https://notthebee.com/feed"
category="right"
contains_articles=false
#[newsmax]
#feed="https://www.newsmax.com/rss/Newsfront/16/"
#category="right"

Loading…
Cancel
Save