More sources
This commit is contained in:
parent
e206210ec5
commit
c5cc6d78f9
17
README.md
17
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
|
||||
|
||||
* Fox News
|
||||
* One America News Network
|
||||
* New York Post
|
||||
* American Thinker
|
||||
* Breitbart
|
||||
* Epoch Times
|
||||
* The Federalist
|
||||
* Fox News
|
||||
* Not the Bee
|
||||
* New York Post
|
||||
* One America News Network
|
||||
* Washington Examiner
|
||||
|
|
37
sources.toml
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…
Reference in New Issue
Block a user