111 lines
2.5 KiB
TOML
111 lines
2.5 KiB
TOML
# Bad sources (* do not work because of site features and are unlikely to ever
|
|
# work; ? appear to be caused by site bugs and may work in the future; sites
|
|
# without RSS are not listed):
|
|
# * New York Times (paywall and ad-blocker-blocker)
|
|
# ? Newsmax (read timeout errors)
|
|
# ? Bloomberg (CAPTCHA on RSS feed?)
|
|
|
|
[cnn]
|
|
feed="http://rss.cnn.com/rss/cnn_latest.rss"
|
|
category="left"
|
|
contains_articles=false
|
|
|
|
[huffpost]
|
|
feed="https://chaski.huffpost.com/us/auto"
|
|
category="left"
|
|
contains_articles=false
|
|
|
|
[cnbc]
|
|
feed="https://search.cnbc.com/rs/search/combinedcms/view.xml?partnerId=wrss01&id=100003114"
|
|
category="left"
|
|
contains_articles=false
|
|
|
|
[pbs_newshour]
|
|
feed="https://www.pbs.org/newshour/feeds/rss/headlines"
|
|
category="left"
|
|
contains_articles=false
|
|
|
|
[latimes]
|
|
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
|
|
|
|
[abc_news]
|
|
feed="https://abcnews.go.com/abcnews/usheadlines"
|
|
category="left"
|
|
contains_articles=false
|
|
|
|
#[bloomberg]
|
|
#feed="https://www.bloomberg.com/politics/feeds/site.xml"
|
|
#category="left"
|
|
#contains_articles=false
|
|
|
|
[fox_news]
|
|
feed="https://moxie.foxnews.com/google-publisher/latest.xml"
|
|
category="right"
|
|
contains_articles=true
|
|
|
|
[oann]
|
|
feed="https://www.oann.com/category/newsroom/feed"
|
|
category="right"
|
|
contains_articles=true
|
|
|
|
[nypost]
|
|
feed="https://nypost.com/feed"
|
|
category="right"
|
|
contains_articles=false
|
|
exclude=[
|
|
{ type="startswith", pattern="https://pagesix.com" },
|
|
{ type="startswith", pattern="https://decider.com" },
|
|
]
|
|
|
|
[federalist]
|
|
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
|
|
|
|
[daily_caller]
|
|
feed="https://feeds.feedburner.com/dailycaller"
|
|
category="right"
|
|
contains_articles=false
|
|
|
|
#[newsmax]
|
|
#feed="https://www.newsmax.com/rss/Newsfront/16/"
|
|
#category="right"
|
|
#contains_articles=false
|