62 lines
1.4 KiB
TOML
62 lines
1.4 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
|
||
|
|
||
|
#[bloomberg]
|
||
|
#feed="https://www.bloomberg.com/politics/feeds/site.xml"
|
||
|
#category="left"
|
||
|
#contains_articles=false
|
||
|
|
||
|
[fox]
|
||
|
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
|
||
|
|
||
|
[federalist]
|
||
|
feed="https://thefederalist.com/feed"
|
||
|
category="right"
|
||
|
contains_articles=false
|
||
|
|
||
|
#[newsmax]
|
||
|
#feed="https://www.newsmax.com/rss/Newsfront/16/"
|
||
|
#category="right"
|
||
|
#contains_articles=false
|